projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182162a
)
Fix initdb so it works, but still only for 8.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 10 Jan 2000 23:03:41 +0000
(23:03 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 10 Jan 2000 23:03:41 +0000
(23:03 +0000)
src/include/config.h.in
patch
|
blob
|
blame
|
history
diff --git
a/src/include/config.h.in
b/src/include/config.h.in
index 9ec12b5d196af38e7ce09d34da5847809019d8cc..af032952ef1c40f9fec3c22a327373b6a2fc0bdd 100644
(file)
--- a/
src/include/config.h.in
+++ b/
src/include/config.h.in
@@
-101,8
+101,8
@@
* pgsql/src/backend/utils/fmgr/fmgr.c and add additional entries
* to the 'case' statement for the additional arguments.
*/
-#define INDEX_MAX_KEYS
16
-#define FUNC_MAX_ARGS
INDEX_MAX_KEYS
+#define INDEX_MAX_KEYS
8
+#define FUNC_MAX_ARGS
(INDEX_MAX_KEYS+1)
/*
* Enables debugging print statements in the date/time support routines.