projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
695a042
)
Based on this report, I am adding a FUNC_MAX_ARGS define to
author
Bruce Momjian
Tue, 23 Apr 2002 23:46:37 +0000
(23:46 +0000)
committer
Bruce Momjian
Tue, 23 Apr 2002 23:46:37 +0000
(23:46 +0000)
src/include/pg_config.h.win32. Certainly if we have INDEX_MAX_KEYS in
there, we should have FUNC_MAX_ARGS too.
Report from Chris Ryan
src/include/pg_config.h.win32
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pg_config.h.win32
b/src/include/pg_config.h.win32
index eb833f3f90ec400cb43661d64b06815b31cf44fe..0681c717cb5af8e1c19a718a6762c1553a800cb9 100644
(file)
--- a/
src/include/pg_config.h.win32
+++ b/
src/include/pg_config.h.win32
@@
-19,6
+19,7
@@
#define BLCKSZ 8192
#define INDEX_MAX_KEYS 16
+#define FUNC_MAX_ARGS INDEX_MAX_KEYS
#define HAVE_ATEXIT
#define HAVE_MEMMOVE