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

Commitaa0bad9

Browse files
committed
Remove that 5 from MESSAGE SIZE that no one understands.
1 parent1d0085e commitaa0bad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/libpq/pqcomm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pqcomm.h,v 1.14 1997/09/08 21:52:38 momjian Exp $
9+
* $Id: pqcomm.h,v 1.15 1997/09/12 22:26:13 momjian Exp $
1010
*
1111
* NOTES
1212
* Some of this should move to libpq.h
@@ -77,7 +77,7 @@ typedef struct StartupInfo
7777
}StartupInfo;
7878

7979
/* amount of available data in a packet buffer */
80-
#defineMESSAGE_SIZEsizeof(StartupInfo) + 5/* why 5? BJM 2/11/97 */
80+
#defineMESSAGE_SIZEsizeof(StartupInfo)
8181

8282
/* I/O can be blocking or non-blocking */
8383
#defineBLOCKING(FALSE)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp