diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-06-03 01:05:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-06-03 01:05:45 +0000 |
commit | 416fcd9dba0d91aa22f6e50d454fe957d3ff0df9 (patch) | |
tree | d16137650988967aeef644865097d276f6116303 | |
parent | de1f32efc1fc734aca265f8b7077a72aefe744cc (diff) | |
download | postgresql-416fcd9dba0d91aa22f6e50d454fe957d3ff0df9.tar.gz postgresql-416fcd9dba0d91aa22f6e50d454fe957d3ff0df9.zip |
Mention SM_USER should be the same size as the others.
-rw-r--r-- | src/include/libpq/pqcomm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index 199cb489db3..a72e05c1281 100644 --- a/src/include/libpq/pqcomm.h +++ b/src/include/libpq/pqcomm.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $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 $ * *------------------------------------------------------------------------- */ @@ -111,6 +111,7 @@ typedef uint32 PacketLen; */ #define SM_DATABASE 64 +/* SM_USER should be the same size as the others. bjm 2002-06-02 */ #define SM_USER 32 #define SM_OPTIONS 64 #define SM_UNUSED 64 |