toastinfo 1.4-3 source package in Ubuntu

Changelog

toastinfo (1.4-3) unstable; urgency=medium

  * Upload for PostgreSQL 15.
  * debian/watch: Look at GitHub tags instead of releases.

 -- Christoph Berg <email address hidden>  Mon, 24 Oct 2022 17:18:43 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
toastinfo_1.4-3.dsc 1.9 KiB 15f780a8dc03a8f5aa59dbbf2b7724617ab56a36378a6463d6f4f8f18e9101dd
toastinfo_1.4.orig.tar.gz 7.4 KiB 72830653e6b81373643f2329d3a0204c042c4b778d1e4fb7f2a258a315f174a4
toastinfo_1.4-3.debian.tar.xz 2.5 KiB 5360c565f3eb9c20b7d638e0e7c82030c52af04e3b923c1c39223ea66d3223cb

Available diffs

No changes file available.

Binary packages built by this source

postgresql-15-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-15-toastinfo-dbgsym: No summary available for postgresql-15-toastinfo-dbgsym in ubuntu noble.

No description available for postgresql-15-toastinfo-dbgsym in ubuntu noble.