Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aa0bad9

Browse files
committed
Remove that 5 from MESSAGE SIZE that no one understands.
1 parent 1d0085e commit aa0bad9

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-
#define MESSAGE_SIZE sizeof(StartupInfo) + 5 /* why 5? BJM 2/11/97 */
80+
#define MESSAGE_SIZE sizeof(StartupInfo)
8181

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

0 commit comments

Comments
 (0)