Re: 7.4 logging bug.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.4 logging bug.
Date: 2003-11-20 21:08:28
Message-ID: 6768.1069362508@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kurt Roeckx <Q(at)ping(dot)be> writes:
> I just installed a 7.4 on windows/cygwin. I restored a dump but
> ran out of disk space during the creating of an index. In psql I
> saw the "ERROR: could not extend relation ....".
> From that point on it seems to have stopped logging most things.

Do you suppose that the stdio support under cygwin somehow permanently
closes the stderr output descriptor after the first failure to write?
That would be unpleasant. (Are you sure there *is* now space to write?)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-11-20 21:10:47 Re: [BUGS] 7.4: CHAR padding inconsistency
Previous Message Chester Kustarz 2003-11-20 20:54:24 Re: [HACKERS] More detail on settings for pgavd?