diff options
| author | Robert Haas | 2013-10-16 13:41:03 +0000 |
|---|---|---|
| committer | Robert Haas | 2013-10-16 13:41:03 +0000 |
| commit | d41ab71712a4457ed39d5471b23949872ac91def (patch) | |
| tree | 6e3176ed4a732cd874e808bccd61c7b79499c33b /src/bin | |
| parent | 63f32f3416a8b4f8e057dc184e8e8eae734ccc8a (diff) | |
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
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/initdb/initdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index f2a99ada35d..f7073e26bd7 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -1161,6 +1161,7 @@ test_config_settings(void) SYSTEMQUOTE "\"%s\" --boot -x0 %s " "-c max_connections=%d " "-c shared_buffers=%d " + "-c dynamic_shared_memory_type=none " "< \"%s\" > \"%s\" 2>&1" SYSTEMQUOTE, backend_exec, boot_options, test_conns, test_buffs, |
