]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_resetwal: Fix incorrect error message related to pg_wal/summaries/
authorMichael Paquier <michael@paquier.xyz>
Wed, 4 Feb 2026 07:38:12 +0000 (16:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 4 Feb 2026 07:38:12 +0000 (16:38 +0900)
commit263af458e4ceb0c17e717a2cafd648908aeb4911
treeb702d68e7f6e27f880b30b223cb964174e56d4d8
parent3b15032dad50d18e45cf12070af13035bd1f2fe9
pg_resetwal: Fix incorrect error message related to pg_wal/summaries/

A failure while closing pg_wal/summaries/ incorrectly generated a report
about pg_wal/archive_status/.

While at it, this commit adds #undefs for the macros used in
KillExistingWALSummaries() and KillExistingArchiveStatus() to prevent
those values from being misused in an incorrect function context.

Oversight in dc212340058b.

Author: Tianchen Zhang <zhang_tian_chen@163.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/SE2P216MB2390C84C23F428A7864EE07FA19BA@SE2P216MB2390.KORP216.PROD.OUTLOOK.COM
Backpatch-through: 17
src/bin/pg_resetwal/pg_resetwal.c