Re: Bad bug in fopen() wrapper code
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: pgsql-hackers(at)postgresql(dot)org, "Magnus Hagander" <mha(at)sollentuna(dot)net>
- Cc: pgsql-patches(at)postgresql(dot)org
- Subject: Re: Bad bug in fopen() wrapper code
- Date: Sun, 24 Sep 2006 13:21:04 -0400
- Message-id: <8100.1159118464@sss.pgh.pa.us> <text/plain>
"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> This is pretty bad and pretty urgent - with this, systems installed by
> the MSI installer simply *do not start*, because they are by default
> configured to write logs to a file...
> Attached patch sets the O_CREAT option when appending to files.
Applied, but I'm still wondering about openFlagsToCreateFileFlags() ...
regards, tom lane
Home |
Main Index |
Thread Index