Re: Bad bug in fopen() wrapper code - Mailing list pgsql-patches

From Tom Lane
Subject Re: Bad bug in fopen() wrapper code
Date
Msg-id 7258.1159116966@sss.pgh.pa.us
Whole thread Raw
In response to Bad bug in fopen() wrapper code  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: Bad bug in fopen() wrapper code
List pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
> Attached patch sets the  O_CREAT option when appending to files.

That looks correct, but I went looking to see if there were any other
mistakes of the same ilk, and I'm wondering what the sense is in
openFlagsToCreateFileFlags ... seems like it's ignoring O_EXCL in
some combinations and not others.  Is that right?

            regards, tom lane

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Updates to pg_regress.c
Next
From: Tom Lane
Date:
Subject: Re: pg_ctl error msg on Windows 2000