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

Commit0f9c7c2

Browse files
committed
In initdb, don't bother trying max_connections = 10.
The server won't actually start with that setting anymore, not sincewe raised the default max_wal_senders to 10. Per discussion, we don'twish to back down on that default, so instead raise the effective floorfor max_connections (to 20). It's still possible to configure a smallersetting manually, but initdb won't set it that way.Since that change happened in v10, back-patch to v10.Kyotaro HoriguchiDiscussion:https://postgr.es/m/20180209.170823.42008365.horiguchi.kyotaro@lab.ntt.co.jp
1 parent415053d commit0f9c7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ test_config_settings(void)
912912
#defineMIN_BUFS_FOR_CONNS(nconns)((nconns) * 10)
913913

914914
staticconstinttrial_conns[]= {
915-
100,50,40,30,20,10
915+
100,50,40,30,20
916916
};
917917
staticconstinttrial_bufs[]= {
918918
16384,8192,4096,3584,3072,2560,2048,1536,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp