Skip to content

Commit 4331b16

Browse files
committed
Add comment for questionable 5 padding.
1 parent ec4ca05 commit 4331b16

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.6 1996/12/26 23:28:27 bryanh Exp $
9+
* $Id: pqcomm.h,v 1.7 1997/02/11 15:37:18 momjian Exp $
1010
*
1111
* NOTES
1212
* Some of this should move to libpq.h
@@ -70,7 +70,7 @@ typedef struct StartupInfo {
7070
} StartupInfo;
7171

7272
/* amount of available data in a packet buffer */
73-
#define MESSAGE_SIZE sizeof(StartupInfo) + 5
73+
#define MESSAGE_SIZE sizeof(StartupInfo) + 5 /* why 5? BJM 2/11/97 */
7474

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

0 commit comments

Comments
 (0)