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 9640cc7 commit 2afa36bCopy full SHA for 2afa36b
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.356 2004/01/09 23:11:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.357 2004/01/09 23:27:20 momjian Exp $
41
42
* NOTES
43
@@ -2447,11 +2447,7 @@ BackendInit(Port *port)
2447
status = ProcessStartupPacket(port, false);
2448
2449
if (status != STATUS_OK)
2450
- {
2451
- ereport(LOG,
2452
- (errmsg("connection startup failed")));
2453
proc_exit(0);
2454
- }
2455
2456
/*
2457
* Now that we have the user and database name, we can set the process
0 commit comments