Skip to content

Commit d41ab71

Browse files
committed
initdb: Suppress dynamic shared memory when probing for max_connections.
This might not be the right long-term solution here, but it will hopefully turn the buildfarm green again. Oversight noted by Andres Freund
1 parent 63f32f3 commit d41ab71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/initdb/initdb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,7 @@ test_config_settings(void)
11611161
SYSTEMQUOTE "\"%s\" --boot -x0 %s "
11621162
"-c max_connections=%d "
11631163
"-c shared_buffers=%d "
1164+
"-c dynamic_shared_memory_type=none "
11641165
"< \"%s\" > \"%s\" 2>&1" SYSTEMQUOTE,
11651166
backend_exec, boot_options,
11661167
test_conns, test_buffs,

0 commit comments

Comments
 (0)