Skip to content

Commit 31cd535

Browse files
committed
Document that SM_* variables should be longer.
1 parent e3c1609 commit 31cd535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/libpq/pqcomm.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
1010
* Portions Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $Id: pqcomm.h,v 1.62 2002/06/03 01:05:45 momjian Exp $
12+
* $Id: pqcomm.h,v 1.63 2002/06/03 22:57:47 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -110,6 +110,7 @@ typedef uint32 PacketLen;
110110
* there is room.
111111
*/
112112

113+
/* These should all be of near-unlimited length, perhap 10k */
113114
#define SM_DATABASE 64
114115
/* SM_USER should be the same size as the others. bjm 2002-06-02 */
115116
#define SM_USER 32

0 commit comments

Comments
 (0)