]> 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:10 +0000 (16:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 4 Feb 2026 07:38:10 +0000 (16:38 +0900)
commit2ca4464b6992508a6be201ff8f10847e64e2291d
tree446e55cfab1ba43642244fd850960c080eb46c25
parenta0f98b27557257f3c50574d381af19897f2de376
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