In bootstrap and standalone-backend modes, do not sort LOG elevel out

Tom Lane <tgl@sss.pgh.pa.us>

Commit: aae078198dd4b9cbb3590262dcb65d0b735c80d7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-05-28T17:25:02Z
Releases: 7.4.1
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.

Files