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 e3c1609 commit 31cd535Copy full SHA for 31cd535
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.62 2002/06/03 01:05:45 momjian Exp $
+ * $Id: pqcomm.h,v 1.63 2002/06/03 22:57:47 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -110,6 +110,7 @@ typedef uint32 PacketLen;
110
* there is room.
111
112
113
+/* These should all be of near-unlimited length, perhap 10k */
114
#define SM_DATABASE 64
115
/* SM_USER should be the same size as the others. bjm 2002-06-02 */
116
#define SM_USER 32
0 commit comments