aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-int.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-27 04:13:05 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-27 04:13:05 +0000
commitd45f7dfdcab5ff2f8f6ad9a61e175ac4cb3883aa (patch)
treee34b6fa14c695dea1f53153f28c79714cb59d2de /src/interfaces/libpq/libpq-int.h
parent4f326011eebe118c82fdd5f0f6c1b12db92d988c (diff)
downloadpostgresql-d45f7dfdcab5ff2f8f6ad9a61e175ac4cb3883aa.tar.gz
postgresql-d45f7dfdcab5ff2f8f6ad9a61e175ac4cb3883aa.zip
Update kerberos patch
Diffstat (limited to 'src/interfaces/libpq/libpq-int.h')
-rw-r--r--src/interfaces/libpq/libpq-int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h
index f83f52a62cb..b7d16d6d390 100644
--- a/src/interfaces/libpq/libpq-int.h
+++ b/src/interfaces/libpq/libpq-int.h
@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq-int.h,v 1.25 2000/05/27 03:58:20 momjian Exp $
+ * $Id: libpq-int.h,v 1.26 2000/05/27 04:13:05 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -50,6 +50,7 @@
* POSTGRES backend dependent Constants.
*/
+#define PQERRORMSG_LENGTH 1024
#define CMDSTATUS_LEN 40
/*