mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Remove ereport() from failed connection; already done, per Tom.
This commit is contained in:
parent
9640cc7dfa
commit
2afa36be9d
@ -37,7 +37,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $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 $
|
||||
*
|
||||
* NOTES
|
||||
*
|
||||
@ -2447,11 +2447,7 @@ BackendInit(Port *port)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user