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

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move system startup message prior to any calls out of data
Date: 2010-04-02 13:10:56
Message-ID: 20100402131056.67D307541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-04-02 14:02:49 pgsql: Fix the build and install rules for man pages with SQL section !=
Previous Message Michael Meskes 2010-04-02 10:27:46 pgsql: FATAL errors are meant to stop ecpg immediately, e.g.