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 de1f32e commit 416fcd9Copy full SHA for 416fcd9
src/include/libpq/pqcomm.h
@@ -9,7 +9,7 @@
9
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
10
* Portions Copyright (c) 1994, Regents of the University of California
11
*
12
- * $Id: pqcomm.h,v 1.61 2001/11/05 17:46:33 momjian Exp $
+ * $Id: pqcomm.h,v 1.62 2002/06/03 01:05:45 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -111,6 +111,7 @@ typedef uint32 PacketLen;
111
112
113
#define SM_DATABASE 64
114
+/* SM_USER should be the same size as the others. bjm 2002-06-02 */
115
#define SM_USER 32
116
#define SM_OPTIONS 64
117
#define SM_UNUSED 64
0 commit comments