summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-11-07 20:52:15 +0000
committerBruce Momjian <bruce@momjian.us>1997-11-07 20:52:15 +0000
commitc17fa36d3c5f819591707c49fccd991b737a89eb (patch)
tree12996edb7c4bbceee09e0069182aa9f4016dfef4 /src/backend/utils/init/postinit.c
parentd3cf6f98c7eb36c54902e1445e1858d6ea777564 (diff)
Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se
Diffstat (limited to 'src/backend/utils/init/postinit.c')
-rw-r--r--src/backend/utils/init/postinit.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c
index a6e670e5f6a..1589c83dcec 100644
--- a/src/backend/utils/init/postinit.c
+++ b/src/backend/utils/init/postinit.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.15 1997/11/07 06:38:46 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.16 1997/11/07 20:51:58 momjian Exp $
*
* NOTES
* InitPostgres() is the function called from PostgresMain
@@ -310,9 +310,6 @@ InitCommunication()
{
SystemPortAddress address = atoi(postport);
- if (address == 0)
- elog(FATAL, "InitCommunication: invalid POSTPORT");
-
if (MyBackendTag == -1)
elog(FATAL, "InitCommunication: missing POSTID");