Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c
authorMichael Paquier <michael@paquier.xyz>
Sat, 24 Apr 2021 00:09:02 +0000 (09:09 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 24 Apr 2021 00:09:02 +0000 (09:09 +0900)
commit4aba61b87026b43fb37fc8e9ec5d9ae208e07b6b
treef22c239d9e60b5696e213f800013d8d804fc642c
parentbb3ecc8c961896ecb2ad3d5ba705c2877b933945
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
src/backend/access/transam/xlogreader.c