projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181a4ab
)
Put back the MAX_INFO_STRING value.
author
Hiroshi Inoue
<inoue@tpf.co.jp>
Fri, 3 Jan 2003 16:08:14 +0000
(16:08 +0000)
committer
Hiroshi Inoue
<inoue@tpf.co.jp>
Fri, 3 Jan 2003 16:08:14 +0000
(16:08 +0000)
psqlodbc.h
patch
|
blob
|
blame
|
history
diff --git
a/psqlodbc.h
b/psqlodbc.h
index 86cf8efc5bfc0b8e67ece2ca4391d7e8cb497bc3..2eaae42524c2bff1aa6fbc2a839b01aae20db111 100644
(file)
--- a/
psqlodbc.h
+++ b/
psqlodbc.h
@@
-5,7
+5,7
@@
*
* Comments: See "notice.txt" for copyright and license information.
*
- * $Id: psqlodbc.h,v 1.7
4 2003/01/02 11:45:41 dpag
e Exp $
+ * $Id: psqlodbc.h,v 1.7
5 2003/01/03 16:08:14 hinou
e 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" */