Skip to content

Commit 416fcd9

Browse files
committed
Mention SM_USER should be the same size as the others.
1 parent de1f32e commit 416fcd9

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.61 2001/11/05 17:46:33 momjian Exp $
12+
* $Id: pqcomm.h,v 1.62 2002/06/03 01:05:45 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -111,6 +111,7 @@ typedef uint32 PacketLen;
111111
*/
112112

113113
#define SM_DATABASE 64
114+
/* SM_USER should be the same size as the others. bjm 2002-06-02 */
114115
#define SM_USER 32
115116
#define SM_OPTIONS 64
116117
#define SM_UNUSED 64

0 commit comments

Comments
 (0)