Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure - Mailing list pgsql-hackers

From zengman
Subject Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure
Date
Msg-id tencent_783930DC24E7A7CF46255327@qq.com
Whole thread Raw
In response to Re: [PATCH] Fix error message in RemoveWalSummaryIfOlderThan to indicate file removal failure  (Michael Paquier <michael@paquier.xyz>)
List 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

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Incorrect errno used in OpenWalSummaryFile()
Next
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2