doc: update PG 16 relnotes for pg_walinspect changes
authorBruce Momjian
Fri, 19 May 2023 01:44:22 +0000 (21:44 -0400)
committerBruce Momjian
Fri, 19 May 2023 01:44:45 +0000 (21:44 -0400)
Reported-by: Peter Geoghegan
doc/src/sgml/release-16.sgml

index 47f6cae907344ff100f4ff5722959de922bc9f53..5c17237966588f178b8c4dd221302c4855c098dd 100644 (file)
@@ -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)
-