summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-06-03 22:57:47 +0000
committerBruce Momjian <bruce@momjian.us>2002-06-03 22:57:47 +0000
commit31cd5355ee9a50cc93af952855de97588e7e4261 (patch)
treea2f6b12e99a93311caa30e033eb9881c88c63929 /src
parente3c1609df3ba42b3e543a8977129ed30de7c740c (diff)
Document that SM_* variables should be longer.
Diffstat (limited to 'src')
-rw-r--r--src/include/libpq/pqcomm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h
index a72e05c1281..5fb9f0b72eb 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.62 2002/06/03 01:05:45 momjian Exp $
+ * $Id: pqcomm.h,v 1.63 2002/06/03 22:57:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -110,6 +110,7 @@ typedef uint32 PacketLen;
* there is room.
*/
+/* These should all be of near-unlimited length, perhap 10k */
#define SM_DATABASE 64
/* SM_USER should be the same size as the others. bjm 2002-06-02 */
#define SM_USER 32