Move system startup message prior to any calls out of data directory.
authorSimon Riggs <simon@2ndQuadrant.com>
Fri, 2 Apr 2010 13:10:56 +0000 (13:10 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Fri, 2 Apr 2010 13:10:56 +0000 (13:10 +0000)
commit31f00d163b44be096b8282880528fc199f3cc98e
treef97a0ac07044a35bf05e9ff6bca9b92a742724c0
parent001b1ad6a38c8039b027d70a4058d645397a0ae4
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.
src/backend/access/transam/xlog.c