OSDN Git Service

In bootstrap and standalone-backend modes, do not sort LOG elevel out
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 May 2003 17:25:02 +0000 (17:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 May 2003 17:25:02 +0000 (17:25 +0000)
commitaae078198dd4b9cbb3590262dcb65d0b735c80d7
treec1b857232a22e89f9eaf36a363e8b9c8cdaf5d7b
parentfc8d970cbcdd6f025475822a4cf01dfda0873226
In bootstrap and standalone-backend modes, do not sort LOG elevel out
of order; the 'server log' output is actually client output in these
scenarios and we ought to treat elevels the same way as in the client
case.  This allows initdb to not send backend stderr to /dev/null anymore,
which makes it much more likely that people will notice problems during
initdb.
src/backend/postmaster/postmaster.c
src/backend/utils/error/elog.c
src/backend/utils/init/globals.c
src/bin/initdb/initdb.sh
src/include/miscadmin.h