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: 2006-09-24 17:21:04
Message-ID: 8100.1159118464@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

"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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-09-24 17:48:27 Re: Logfile created when not needed?
Previous Message Tom Lane 2006-09-24 17:16:08 Re: Bad bug in fopen() wrapper code

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2006-09-24 20:25:39 Re: [PATCHES] Include file in regress.c
Previous Message Tom Lane 2006-09-24 17:16:08 Re: Bad bug in fopen() wrapper code