From 11bf4ad342076ac13722657c5641c0ba16a5a4b5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 23 Apr 2002 23:46:37 +0000 Subject: [PATCH] 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 --- src/include/pg_config.h.win32 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index eb833f3f90..0681c717cb 100644 --- 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 -- 2.39.5