pgsql: Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c
Date
Msg-id E1la60a-0008WH-Qk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c

6f6f284 has introduced a specific macro to make printf()-ing of LSNs
easier.  This takes care of what looks like the remaining code paths
that did not get the call.

Author: Michael Paquier
Reviewed-by: Kyotaro Horiguchi, Tom Lane
Discussion: https://postgr.es/m/YIJS9x6K8ruizN7j@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4aba61b87026b43fb37fc8e9ec5d9ae208e07b6b

Modified Files
--------------
src/backend/access/transam/xlogreader.c | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: amcheck: MAXALIGN() nbtree special area offset.
Next
From: Michael Paquier
Date:
Subject: pgsql: Doc: Remove extraneous whitespaces with some tags