Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6895866
)
initdb: Fix compiler error in USE_PREFETCH case
author
Peter Eisentraut
<peter_e@gmx.net>
Sun, 19 Oct 2014 04:45:40 +0000
(
00:45
-0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sun, 19 Oct 2014 04:45:40 +0000
(
00:45
-0400)
src/bin/initdb/initdb.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/initdb.c
b/src/bin/initdb/initdb.c
index e6c9e480d3396eadb3d65a6befc94746ada4ae0e..dc1f1df6dd0cb77ba395783a4a390b36b39c2123 100644
(file)
--- a/
src/bin/initdb/initdb.c
+++ b/
src/bin/initdb/initdb.c
@@
-1288,7
+1288,7
@@
setup_config(void)
conflines = replace_token(conflines, "#dynamic_shared_memory_type = posix",
repltok);
-#if
!
USE_PREFETCH
+#if
ndef
USE_PREFETCH
conflines = replace_token(conflines,
"#effective_io_concurrency = 1",
"#effective_io_concurrency = 0");