We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5266f commit 8f09ca4Copy full SHA for 8f09ca4
src/backend/access/transam/xlog.c
@@ -4894,7 +4894,7 @@ ReadControlFile(void)
4894
errhint("It looks like you need to recompile or initdb.")));
4895
#endif
4896
4897
- /* Make the fixed settings visible as GUC variables, too */
+ /* Make the initdb settings visible as GUC variables, too */
4898
SetConfigOption("data_checksums", DataChecksumsEnabled() ? "yes" : "no",
4899
PGC_INTERNAL, PGC_S_OVERRIDE);
4900
}
0 commit comments