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

From: zengman <zengman(at)halodbtech(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Junwang Zhao <zhjwpku(at)gmail(dot)com>
Subject: Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure
Date: 2026-02-02 04:15:44
Message-ID: tencent_783930DC24E7A7CF46255327@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2026-02-02 04:44:55 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Previous Message Chao Li 2026-02-02 04:07:57 Re: Incorrect errno used in OpenWalSummaryFile()