Fix for cancel key restarting postmaster, from Claudio

This commit is contained in:
Bruce Momjian 2004-01-09 23:11:39 +00:00
parent 5c0d0a2399
commit 9640cc7dfa
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
*
*
* IDENTIFICATION
* $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 $
*
* NOTES
*
@ -2450,7 +2450,7 @@ BackendInit(Port *port)
{
ereport(LOG,
(errmsg("connection startup failed")));
proc_exit(status);
proc_exit(0);
}
/*