We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4ca05 commit 4331b16Copy full SHA for 4331b16
src/include/libpq/pqcomm.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: pqcomm.h,v 1.6 1996/12/26 23:28:27 bryanh Exp $
+ * $Id: pqcomm.h,v 1.7 1997/02/11 15:37:18 momjian Exp $
10
11
* NOTES
12
* Some of this should move to libpq.h
@@ -70,7 +70,7 @@ typedef struct StartupInfo {
70
} StartupInfo;
71
72
/* amount of available data in a packet buffer */
73
-#define MESSAGE_SIZE sizeof(StartupInfo) + 5
+#define MESSAGE_SIZE sizeof(StartupInfo) + 5 /* why 5? BJM 2/11/97 */
74
75
/* I/O can be blocking or non-blocking */
76
#define BLOCKING (FALSE)
0 commit comments