Print new OldestXID value in pg_resetwal when it's being changed REL_14_STABLE github/REL_14_STABLE
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 19 Nov 2025 16:05:42 +0000 (18:05 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 19 Nov 2025 16:06:27 +0000 (18:06 +0200)
commit11cc0f452253af627db699a8786b6b9f6b80c2f8
tree4cb5f9f497ab76dda724c4e215638776c1c2a5e7
parentb85397481ce3df089978c3284524fbdf00358b3a
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
src/bin/pg_resetwal/pg_resetwal.c