initdb: Fix compiler error in USE_PREFETCH case
This commit is contained in:
parent
6895866510
commit
49d182e61e
@ -1288,7 +1288,7 @@ setup_config(void)
|
||||
conflines = replace_token(conflines, "#dynamic_shared_memory_type = posix",
|
||||
repltok);
|
||||
|
||||
#if !USE_PREFETCH
|
||||
#ifndef USE_PREFETCH
|
||||
conflines = replace_token(conflines,
|
||||
"#effective_io_concurrency = 1",
|
||||
"#effective_io_concurrency = 0");
|
||||
|
Loading…
x
Reference in New Issue
Block a user