Index: src/backend/postmaster/postmaster.c =================================================================== RCS file: /cvsroot/pgsql-server/src/backend/postmaster/postmaster.c,v retrieving revision 1.356 diff -c -c -r1.356 postmaster.c *** src/backend/postmaster/postmaster.c 9 Jan 2004 23:11:39 -0000 1.356 --- src/backend/postmaster/postmaster.c 9 Jan 2004 23:25:36 -0000 *************** *** 2447,2457 **** status = ProcessStartupPacket(port, false); if (status != STATUS_OK) - { - ereport(LOG, - (errmsg("connection startup failed"))); proc_exit(0); - } /* * Now that we have the user and database name, we can set the process --- 2447,2453 ----