Skip to content

Commit 42f2e5b

Browse files
committed
Based on this report, I am adding a FUNC_MAX_ARGS define to
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
1 parent 695a042 commit 42f2e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/pg_config.h.win32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#define BLCKSZ 8192
2020

2121
#define INDEX_MAX_KEYS 16
22+
#define FUNC_MAX_ARGS INDEX_MAX_KEYS
2223

2324
#define HAVE_ATEXIT
2425
#define HAVE_MEMMOVE

0 commit comments

Comments
 (0)