Put back the MAX_INFO_STRING value.
authorHiroshi Inoue <inoue@tpf.co.jp>
Fri, 3 Jan 2003 16:08:14 +0000 (16:08 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Fri, 3 Jan 2003 16:08:14 +0000 (16:08 +0000)
psqlodbc.h

index 86cf8efc5bfc0b8e67ece2ca4391d7e8cb497bc3..2eaae42524c2bff1aa6fbc2a839b01aae20db111 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Comments:       See "notice.txt" for copyright and license information.
  *
- * $Id: psqlodbc.h,v 1.74 2003/01/02 11:45:41 dpage Exp $
+ * $Id: psqlodbc.h,v 1.75 2003/01/03 16:08:14 hinoue Exp $
  *
  */
 
@@ -165,7 +165,7 @@ typedef UInt4 Oid;
 #define KEYS_TABLE                 "dd_fkey"
 
 /* Info limits */
-#define MAX_INFO_STRING                256
+#define MAX_INFO_STRING                128
 #define MAX_KEYPARTS               20
 #define MAX_KEYLEN                 512 /* max key of the form
                                         * "date+outlet+invoice" */