Commit 49d182e6 authored by Peter Eisentraut's avatar Peter Eisentraut

initdb: Fix compiler error in USE_PREFETCH case

parent 68958665
...@@ -1288,7 +1288,7 @@ setup_config(void) ...@@ -1288,7 +1288,7 @@ setup_config(void)
conflines = replace_token(conflines, "#dynamic_shared_memory_type = posix", conflines = replace_token(conflines, "#dynamic_shared_memory_type = posix",
repltok); repltok);
#if !USE_PREFETCH #ifndef USE_PREFETCH
conflines = replace_token(conflines, conflines = replace_token(conflines,
"#effective_io_concurrency = 1", "#effective_io_concurrency = 1",
"#effective_io_concurrency = 0"); "#effective_io_concurrency = 0");
......
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