mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Put back a "continue" that went missing in the changes to start background
writer in WAL recovery.
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.573 2009/02/23 09:28:50 heikki Exp $
|
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.574 2009/02/25 11:07:43 heikki Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
*
|
*
|
||||||
@@ -2226,7 +2226,9 @@ reaper(SIGNAL_ARGS)
|
|||||||
|
|
||||||
/* at this point we are really open for business */
|
/* at this point we are really open for business */
|
||||||
ereport(LOG,
|
ereport(LOG,
|
||||||
(errmsg("database system is ready to accept connections")));
|
(errmsg("database system is ready to accept connections")));
|
||||||
|
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user