Re: Safeguards against incorrect fd flags for fsync() - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Safeguards against incorrect fd flags for fsync()
Date
Msg-id 20191125071833.GD99720@paquier.xyz
Whole thread Raw
In response to Re: Safeguards against incorrect fd flags for fsync()  (Mark Dilger <hornschnorter@gmail.com>)
Responses Re: Safeguards against incorrect fd flags for fsync()  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Sun, Nov 24, 2019 at 08:18:38PM -0800, Mark Dilger wrote:
> Ok, it passes all regression tests, and I played around with
> intentionally breaking the code to open file descriptors in
> the wrong mode.  The assertion appears to work as intended.
>
> I'd say this is ready for commit.

Thanks for the review.  I'll look at that pretty soon.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pg_upgrade fails with non-standard ACL
Next
From: Michael Paquier
Date:
Subject: Re: refactoring - share str2*int64 functions