pg-checksums 1.2-2 source package in Ubuntu

Changelog

pg-checksums (1.2-2) unstable; urgency=medium

  * Source-only upload.

 -- Michael Banck <email address hidden>  Fri, 04 Oct 2024 14:19:34 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
pg-checksums_1.2-2.dsc 2.1 KiB f5f06702a86c2032dc11ff69b66a1239a6e679e5e3f7a37cbf9911d1cefec5ef
pg-checksums_1.2.orig.tar.gz 38.0 KiB f0b6ef4934fe1598755ad8fa43dcf6ff861fcf3a779f84ee111cc987172eb97b
pg-checksums_1.2-2.debian.tar.xz 4.9 KiB 09ee03d4aec6ca2e2c010e80a6e6fb8a6b291858ea2499419eab1c537e5ce28a

Available diffs

No changes file available.

Binary packages built by this source

pg-checksums-doc: Activate/deactivate/verify PostgreSQL data checksums (Documentation)

 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.

postgresql-17-pg-checksums: Activate/deactivate/verify PostgreSQL data checksums

 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.

postgresql-17-pg-checksums-dbgsym: debug symbols for postgresql-17-pg-checksums