8000
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 1d0085e commit aa0bad9Copy full SHA for aa0bad9
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.14 1997/09/08 21:52:38 momjian Exp $
+ * $Id: pqcomm.h,v 1.15 1997/09/12 22:26:13 momjian Exp $
10
11
* NOTES
12
* Some of this should move to libpq.h
@@ -77,7 +77,7 @@ typedef struct StartupInfo
77
} StartupInfo;
78
79
/* amount of available data in a packet buffer */
80
-#define MESSAGE_SIZE sizeof(StartupInfo) + 5 /* why 5? BJM 2/11/97 */
+#define MESSAGE_SIZE sizeof(StartupInfo)
81
82
/* I/O can be blocking or non-blocking */
83
#define BLOCKING (FALSE)
0 commit comments