Print new OldestXID value in pg_resetwal when it's being changed Commit 74cf7d46a91d added the --oldest-transaction-id option to pg_resetwal, but forgot to update the code that prints all the new values that are being set. Fix that.
Reviewed-by: Bertrand Drouvot <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Backpatch-through: 14 Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/890cc81b6ee2ce418d3a71d80de4aa0b0450b3b3 Modified Files -------------- src/bin/pg_resetwal/pg_resetwal.c | 4 ++++ 1 file changed, 4 insertions(+)
