pgsql: Move system startup message prior to any calls out of data - Mailing list pgsql-committers

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Move system startup message prior to any calls out of data
Date
Msg-id 20100402131056.67D307541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: FATAL errors are meant to stop ecpg immediately, e.g.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Fix the build and install rules for man pages with SQL section !=