diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-27 04:13:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-27 04:13:05 +0000 |
commit | d45f7dfdcab5ff2f8f6ad9a61e175ac4cb3883aa (patch) | |
tree | e34b6fa14c695dea1f53153f28c79714cb59d2de /src/interfaces/libpq/libpq-int.h | |
parent | 4f326011eebe118c82fdd5f0f6c1b12db92d988c (diff) | |
download | postgresql-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.h | 3 |
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 /* |