Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e549722 commit 0160cebCopy full SHA for 0160ceb
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $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 $
41
42
* NOTES
43
@@ -2226,7 +2226,9 @@ reaper(SIGNAL_ARGS)
2226
2227
/* at this point we are really open for business */
2228
ereport(LOG,
2229
- (errmsg("database system is ready to accept connections")));
+ (errmsg("database system is ready to accept connections")));
2230
+
2231
+ continue;
2232
}
2233
2234
/*
0 commit comments