Re: BUG #7559: syslogger doesn't close stdout and stderr - Mailing list pgsql-bugs

From Reinhard Max
Subject Re: BUG #7559: syslogger doesn't close stdout and stderr
Date
Msg-id alpine.LNX.2.00.1209212110450.32722@albrecht.home.m4x.de
Whole thread Raw
In response to Re: BUG #7559: syslogger doesn't close stdout and stderr  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Fri, 21 Sep 2012 at 14:17, Tom Lane wrote:

> All of the use-cases I've thought of for wanting to capture stderr
> output for it amount to debugging of some form or other, so it's
> probably good enough for that to only work in the first logger
> incarnation after database start --- but Reinhard is proposing to
> make it not work at all, and that I don't like.

No, I am proposing to have consistent behaviour between the first and
subsequent incarnations by default and add a switch to turn on
debugging mode for the first incarnation, if needed.

AFAICS the /dev/null redirection as per my patch would happen *after*
postmaster and/or logger have had a chance to speak up about early
errors that might prevent PostgreSQL from starting up at all, so
errors that happen during startup in production scenarios won't be
suppressed regardless where the user or init script redirects them.

Only stuff like the glibc memory debugging output you mentioned before
(which only get produced when glibc itself runs in some debugging
mode) would get suppressed by default if it happens after the
syslogger has done the redirection.


cu
     Reinhard

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #7559: syslogger doesn't close stdout and stderr
Next
From: Tom Lane
Date:
Subject: Re: BUG #6704: ALTER EXTENSION postgis SET SCHEMA leaves dangling relations