toastinfo 1.5-2 source package in Ubuntu

Changelog

toastinfo (1.5-2) unstable; urgency=medium

  * Upload for PostgreSQL 17.
  * Restrict to 64-bit architectures.
  * Mark postgresql-all as <!nocheck>.

 -- Christoph Berg <email address hidden>  Sun, 15 Sep 2024 14:56:02 +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
Questing release universe misc
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
toastinfo_1.5-2.dsc 2.0 KiB d0ecbe68c4ea69d10b5abe6e2794a39fa79ba99a49cd783d78169ef8f7ad5dd9
toastinfo_1.5.orig.tar.gz 7.8 KiB 194170742df51d25e280b5ec87c5eb8149c51152c5f00ad25947d288c0d28dff
toastinfo_1.5-2.debian.tar.xz 2.6 KiB 36cc7354c742a1d55507d53b86f074c56ef30dca119fc3d2460791c2372fa40d

Available diffs

No changes file available.

Binary packages built by this source

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