Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure

zengman <zengman@halodbtech.com>

From: zengman <zengman@halodbtech.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Junwang Zhao <zhjwpku@gmail.com>
Date: 2026-02-02T04:15:44Z
Lists: pgsql-hackers
> Funny timing.  I've spotted the exact same thing while double-checking
> the file two hours ago, where EEXIST should be replaced by ENOENT.  I
> was going to spawn a new thread about that with Robert in CC.

How funny! I'll keep an eye on the new thread. 

https://www.postgresql.org/message-id/aYAf8qDHbpBZ3Rml%40paquier.xyz

Many thanks to you both.

--
Regards,
Man Zeng

Commits

  1. Fix error message in RemoveWalSummaryIfOlderThan()