toastinfo 1.5-3 source package in Ubuntu

Changelog

toastinfo (1.5-3) unstable; urgency=medium

  * Upload for PostgreSQL 18. (Closes: #1117343)
  * Add ${postgresql:Breaks}.
  * debian/tests: Depend on postgresql-common-dev instead of 'make'.

 -- Christoph Berg <email address hidden>  Thu, 09 Oct 2025 10:54:34 +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
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
toastinfo_1.5-3.dsc 2.0 KiB 4ad5584ac5454007b30c98c85d0447ee0c832aa7d14fa7d0173309ca3682dfeb
toastinfo_1.5.orig.tar.gz 7.8 KiB 194170742df51d25e280b5ec87c5eb8149c51152c5f00ad25947d288c0d28dff
toastinfo_1.5-3.debian.tar.xz 2.6 KiB 75dc177febc3c2431e0e9e72a92398b9c158189dbd18a804a4d4bbb4910ab41d

Available diffs

No changes file available.

Binary packages built by this source

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