toastinfo 1.5-1 source package in Ubuntu

Changelog

toastinfo (1.5-1) unstable; urgency=medium

  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <email address hidden>  Mon, 18 Sep 2023 22:50:06 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
toastinfo_1.5-1.dsc 1.9 KiB 8ed9e34e203ce53f18d068fd0752d7fd6e3a627436df489469f31039e5fb8c38
toastinfo_1.5.orig.tar.gz 7.8 KiB 194170742df51d25e280b5ec87c5eb8149c51152c5f00ad25947d288c0d28dff
toastinfo_1.5-1.debian.tar.xz 2.5 KiB 473dcd314ce049019fec94346b50bc5aca690535e8cd0555aef0dff43b6232ec

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-toastinfo: Show storage structure of varlena datatypes in PostgreSQL

 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.

postgresql-16-toastinfo-dbgsym: debug symbols for postgresql-16-toastinfo