]> granicus.if.org Git - postgresql/commitdiff
initdb: Fix compiler error in USE_PREFETCH case
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 19 Oct 2014 04:45:40 +0000 (00:45 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 19 Oct 2014 04:45:40 +0000 (00:45 -0400)
src/bin/initdb/initdb.c

index e6c9e480d3396eadb3d65a6befc94746ada4ae0e..dc1f1df6dd0cb77ba395783a4a390b36b39c2123 100644 (file)
@@ -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");