Re: Add pg_walinspect function with block info columns
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, Melanie Plageman <melanieplageman@gmail.com>, Matthias van de Meent <boekewurm+postgres@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2023-03-18T01:18:59Z
Lists: pgsql-hackers
On Fri, Mar 17, 2023 at 06:09:05PM -0700, Peter Geoghegan wrote: >> This said, your point about having rec_blk_ref reported as an empty >> string rather than NULL if there are no block references does not feel >> natural to me, either.. Reporting NULL would be better. > > You have it backwards. It outputs an empty string right now. I want to > change that, so that it outputs NULLs instead. My previous paragraph means exactly the same? I have just read what I wrote again. Twice. So, yes, I agree with this point. Sorry if my words meant the contrary to you. :) -- Michael
Commits
-
Add show_data option to pg_get_wal_block_info.
- df4f3ab51730 16.0 landed
-
Show record information in pg_get_wal_block_info.
- 122376f028a0 16.0 landed
-
Fix recent pg_walinspect fpi_length bug.
- bade01cb4dd8 16.0 landed
-
Improve a few things in pg_walinspect
- 0276ae42ddea 16.0 landed
-
Rework design of functions in pg_walinspect
- 5c1b6628075a 16.0 cited
-
pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()
- 9ecb134a93f0 16.0 landed