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 5c0d0a2 commit 9640cc7Copy full SHA for 9640cc7
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.355 2004/01/07 18:56:27 neilc Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.356 2004/01/09 23:11:39 momjian Exp $
41
42
* NOTES
43
@@ -2450,7 +2450,7 @@ BackendInit(Port *port)
2450
{
2451
ereport(LOG,
2452
(errmsg("connection startup failed")));
2453
- proc_exit(status);
+ proc_exit(0);
2454
}
2455
2456
/*
0 commit comments