Thread: pgsql: Move system startup message prior to any calls out of data

pgsql: Move system startup message prior to any calls out of data

From
sriggs@postgresql.org (Simon Riggs)
Date:
Log Message:
-----------
Move system startup message prior to any calls out of data directory.
This allows us to see what mode the server is in before it starts to
perform actions that can block or hang. Otherwise server messages
may not appear until after messages that say FATAL the database
server is starting up.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.386 -> r1.387)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.386&r2=1.387)