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

Commit1dfe4ea

Browse files
author
Bryan Henderson
committed
Fix small syntax error.
1 parentaa71f91 commit1dfe4ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.18 1996/10/29 21:51:13 bryanh Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.19 1996/10/30 00:36:59 bryanh Exp $
1414
*
1515
* NOTES
1616
*
@@ -667,7 +667,6 @@ send_error_reply(Port *port, const char *errormsg)
667667
/* The literal reply string we put into the socket. This is a pointer
668668
to storage we malloc.
669669
*/
670-
charreply[201];
671670
conststructlingerlinger_parm= {true,LINGER_TIME};
672671
/* A parameter for setsockopt() that tells it to have close() block for
673672
a while waiting for the frontend to read its outstanding messages.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp