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
This commit is contained in:
parent
63f32f3416
commit
d41ab71712
@ -1161,6 +1161,7 @@ test_config_settings(void)
|
|||||||
SYSTEMQUOTE "\"%s\" --boot -x0 %s "
|
SYSTEMQUOTE "\"%s\" --boot -x0 %s "
|
||||||
"-c max_connections=%d "
|
"-c max_connections=%d "
|
||||||
"-c shared_buffers=%d "
|
"-c shared_buffers=%d "
|
||||||
|
"-c dynamic_shared_memory_type=none "
|
||||||
"< \"%s\" > \"%s\" 2>&1" SYSTEMQUOTE,
|
"< \"%s\" > \"%s\" 2>&1" SYSTEMQUOTE,
|
||||||
backend_exec, boot_options,
|
backend_exec, boot_options,
|
||||||
test_conns, test_buffs,
|
test_conns, test_buffs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user