Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc5d7a27

Browse files
committed
Get rid of unused variable 'address'.
1 parent20858bd commitc5d7a27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/backend/utils/init/postinit.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.18 1997/11/17 03:47:31 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.19 1997/11/18 07:58:10 vadim Exp $
1111
*
1212
* NOTES
1313
*InitPostgres() is the function called from PostgresMain
@@ -316,8 +316,6 @@ InitCommunication()
316316

317317
if (PointerIsValid(postport))
318318
{
319-
SystemPortAddressaddress=atoi(postport);
320-
321319
if (MyBackendTag==-1)
322320
elog(FATAL,"InitCommunication: missing POSTID");
323321

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp