index 62fbab8d9506a8006040ca8d61f8503badf708a2..b1a5a57b2f474603a248237bc390199207163391 100644 (file)
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.261 2007年02月01日 19:10:25 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.262 2007年02月07日 16:44:47 tgl Exp $
*
*-------------------------------------------------------------------------
*/
/* Reload shared-memory state for prepared transactions */
RecoverPreparedTransactions();
- ereport(LOG,
- (errmsg("database system is ready")));
-
/* Shut down readFile facility, free space */
if (readFile >= 0)
{
index 43d9212358b97262ada2ec3e2221d98c3b83f857..bac1cff46e76538c787af52dfebb4ef0776a4e82 100644 (file)
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.516 2007年01月29日 20:17:40 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.517 2007年02月07日 16:44:48 tgl Exp $
*
* NOTES
*
PgArchPID = pgarch_start();
if (PgStatPID == 0)
PgStatPID = pgstat_start();
+ /* at this point we are really open for business */
+ ereport(LOG,
+ (errmsg("database system is ready to accept connections")));
}
continue;