toastinfo 1.1-4 source package in Ubuntu

Changelog

toastinfo (1.1-4) unstable; urgency=medium

  * Upload for PostgreSQL 12.

 -- Christoph Berg <email address hidden>  Thu, 31 Oct 2019 11:37:36 +0100

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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
toastinfo_1.1-4.dsc 1.9 KiB 37932b4e1f8227fc20202d9f6557b00e84d396b22a043aa718610f0363341e53
toastinfo_1.1.orig.tar.gz 6.9 KiB f5cd86f5d48ba24a07b91134eeef3a5e8e502a29e4d9b96305c4e16d3ad94ea3
toastinfo_1.1-4.diff.gz 828 bytes abf0e4a1ee4a045e382c3cebed49a328ed367406d04424116874401096599829

Available diffs

No changes file available.

Binary packages built by this source

postgresql-12-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-12-toastinfo-dbgsym: debug symbols for postgresql-12-toastinfo