Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita97caac

Browse files
committed
Fix initdb so it works, but still only for 8.
1 parent182162a commita97caac

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-
#defineINDEX_MAX_KEYS16
105-
#defineFUNC_MAX_ARGSINDEX_MAX_KEYS
104+
#defineINDEX_MAX_KEYS8
105+
#defineFUNC_MAX_ARGS(INDEX_MAX_KEYS+1)
106106

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp