Commit d41ab717 authored by Robert Haas's avatar Robert Haas

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
parent 63f32f34
...@@ -1161,6 +1161,7 @@ test_config_settings(void) ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment