From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Klint Gore <kgore4(at)une(dot)edu(dot)au> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net> |
Subject: | Re: 8.3.3 win32 crashing |
Date: | 2008-08-20 01:44:55 |
Message-ID: | 17348.1219196695@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Klint Gore <kgore4(at)une(dot)edu(dot)au> writes:
>>> [ heavy RAISE NOTICE traffic crashes the server ]
> Tom Lane wrote:
>> Please try to narrow it down a little.
> client=warning, log=warning completes
> client=warning, log=notice fails
> client=notice, log=warning completes
> client=notice, log=notice fails
> It fails a heck of a lot quicker with client=warning, log=notice.
Okay, so the problem is definitely on the postmaster-log side.
Please show us all of your logging-related configuration settings.
ISTR that Magnus was poking at some problem in the WIN32 log collector
code, but whether this is related is not yet clear ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-08-20 02:02:35 | Re: can't get UPDATE ... RETURNING ... INTO ... to compile successfully |
Previous Message | Klint Gore | 2008-08-20 00:13:37 | Re: 8.3.3 win32 crashing |