From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Subject: | logger subprocess |
Date: | 2004-07-27 13:16:04 |
Message-ID: | 41065594.7060805@pse-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
This is the known patch, with following changes:
- realStdErr handed over for EXEC_BACKEND, but still not tested
- Sometimes EMFILE is received in the logger's process queue, when a
backend ended after a SSL connection was interrupted. This is ignored
now (previously it forced an exit(1) and restart of the subprocess)
- log_destination needs to be PGC_POSTMASTER, because the logger process
creation depends on that.
- no functions included
Regards,
Andreas
Attachment | Content-Type | Size |
---|---|---|
logfile.diff | text/x-patch | 10.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Pflug | 2004-07-27 13:25:17 | Admin functions contrib |
Previous Message | Bruce Momjian | 2004-07-27 12:55:27 | Re: win32 version info |