Skip to content
Snippets Groups Projects
Commit 49d182e6 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

initdb: Fix compiler error in USE_PREFETCH case

parent 68958665
No related branches found
No related tags found
No related merge requests found
...@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment