projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9640cc7
)
Remove ereport() from failed connection; already done, per Tom.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 9 Jan 2004 23:27:20 +0000
(23:27 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 9 Jan 2004 23:27:20 +0000
(23:27 +0000)
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index e37190a1a23a170f0d47c4de1a5480789c9e3b99..6ce0fe629b50d0194cbdcc18332bfcb77c9239f1 100644
(file)
--- a/
src/backend/postmaster/postmaster.c
+++ b/
src/backend/postmaster/postmaster.c
@@
-37,7
+37,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.35
6 2004/01/09 23:11:39
momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.35
7 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