From f79ee34702d485fb30427816b95e6c944660fc23 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 18 May 2023 21:44:22 -0400 Subject: [PATCH] doc: update PG 16 relnotes for pg_walinspect changes Reported-by: Peter Geoghegan --- doc/src/sgml/release-16.sgml | 128 ++++++++++++++++------------------- 1 file changed, 60 insertions(+), 68 deletions(-) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 47f6cae907..5c17237966 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -91,6 +91,17 @@ Processing such indexes is still possible using REINDEX SYSTEM. + + + + +Remove pg_walinspect functions pg_get_wal_records_info_till_end_of_wal() and pg_get_wal_stats_till_end_of_wal(). + + + + + + +Add pg_walinspect function pg_get_wal_block_info() to report WAL block information (Michael Paquier, Melanie Plageman, Bharath Rupireddy) + + + + + + + +Change how pg_walinspect functions pg_get_wal_records_info(), pg_get_wal_stats(), and pg_get_wal_block_info() interpret ending LSNs (Bharath Rupireddy) + + + +Previously ending LSNs which represent nonexistent WAL locations would generate an error, while they will now be interpreted as the end of the WAL. + + + + + + + +Improve descriptions of pg_walinspect WAL record descriptions (Melanie Plageman, Peter Geoghegan) + + + - - - -Add pg_walinspect function pg_get_wal_block() to report WAL block information (Michael Paquier, Melanie Plageman, Bharath Rupireddy) - - - - - - - -Add output fields to pg_walinspect's function pg_get_wal_block_info() (Bharath Rupireddy, Peter Geoghegan) - - - - - - - -Change how pg_walinspect functions pg_get_wal_records_info(), pg_get_wal_stats(), and pg_get_wal_block_info() interpret ending LSNs (Bharath Rupireddy) - - - -Previously ending LSNs which represent nonexistent WAL locations would generate an error, while they will now be interpreted as the end of the WAL. Functions pg_get_wal_records_info_till_end_of_wal() and -pg_get_wal_stats_till_end_of_wal() have been removed. - - - - - - - -Improve descriptions of pg_walinspect WAL record descriptions (Melanie Plageman, Peter Geoghegan) -