Print new OldestXID value in pg_resetwal when it's being changed

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 890cc81b6ee2ce418d3a71d80de4aa0b0450b3b3
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2025-11-19T16:06:24Z
Releases: 16.12
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 <bertranddrouvot.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/5461bc85-e684-4531-b4d2-d2e57ad18cba@iki.fi
Backpatch-through: 14

Files

PathChange+/−
src/bin/pg_resetwal/pg_resetwal.c modified +4 −0

Discussion