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 20858bd commit c5d7a27Copy full SHA for c5d7a27
src/backend/utils/init/postinit.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.18 1997/11/17 03:47:31 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.19 1997/11/18 07:58:10 vadim Exp $
11
12
* NOTES
13
* InitPostgres() is the function called from PostgresMain
@@ -316,8 +316,6 @@ InitCommunication()
316
317
if (PointerIsValid(postport))
318
{
319
- SystemPortAddress address = atoi(postport);
320
-
321
if (MyBackendTag == -1)
322
elog(FATAL, "InitCommunication: missing POSTID");
323
0 commit comments