pgsql: Improve a few things in pg_walinspect - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Improve a few things in pg_walinspect
Date
Msg-id E1pgeGu-005a1f-BE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve a few things in pg_walinspect

This improves a few things in pg_walinspect:
- Return NULL rather than empty strings in pg_get_wal_records_info() for
the block references and the record description if there is no
information provided by the fallback.  This point has been raised by
Peter Geoghegan.
- Add a check on XLogRecHasAnyBlockRefs() for pg_get_wal_block_info(),
to directly skip records that have no block references.  This speeds up
the function a bit, depending on the number of records that have no
block references.

Author: Bharath Rupireddy
Reviewed-by: Kyotaro Horiguchi, Michael Paquier
Discussion: https://postgr.es/m/CALj2ACWL9RG8sGJHinggRNBTxgRWJTSxCkB+cE6=t3Phh=Ey+A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0276ae42ddea02682f514aaea449f183229ddbbc

Modified Files
--------------
contrib/pg_walinspect/pg_walinspect.c | 42 ++++++++++++++++++++++-------------
1 file changed, 27 insertions(+), 15 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Generate pg_stat_get_xact*() functions for relations using macro
Next
From: Peter Eisentraut
Date:
Subject: pgsql: meson: Fix support for empty darwin sysroot