8000 initdb: Fix compiler error in USE_PREFETCH case · postgrespro/postgres_cluster@49d182e · GitHub
[go: up one dir, main page]

Skip to content
< 10000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 49d182e

Browse files
committed
initdb: Fix compiler error in USE_PREFETCH case
1 parent 6895866 commit 49d182e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ setup_config(void)
12881288
conflines = replace_token(conflines, "#dynamic_shared_memory_type = posix",
12891289
repltok);
12901290

1291-
#if !USE_PREFETCH
1291+
#ifndef USE_PREFETCH
12921292
conflines = replace_token(conflines,
12931293
"#effective_io_concurrency = 1",
12941294
"#effective_io_concurrency = 0");

0 commit comments

Comments
 (0)
0