mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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:
@ -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,
|
||||||
|
Reference in New Issue
Block a user