Skip to content

Commit a97caac

Browse files
committed
Fix initdb so it works, but still only for 8.
1 parent 182162a commit a97caac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/config.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
* pgsql/src/backend/utils/fmgr/fmgr.c and add additional entries
102102
* to the 'case' statement for the additional arguments.
103103
*/
104-
#define INDEX_MAX_KEYS 16
105-
#define FUNC_MAX_ARGS INDEX_MAX_KEYS
104+
#define INDEX_MAX_KEYS 8
105+
#define FUNC_MAX_ARGS (INDEX_MAX_KEYS+1)
106106

107107
/*
108108
* Enables debugging print statements in the date/time support routines.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy