Commit 8f09ca43 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Improve comment on setting data_checksum GUC.

There was an extra space there, and "fixed" wasn't very descriptive.
parent ae5266f2
...@@ -4894,7 +4894,7 @@ ReadControlFile(void) ...@@ -4894,7 +4894,7 @@ ReadControlFile(void)
errhint("It looks like you need to recompile or initdb."))); errhint("It looks like you need to recompile or initdb.")));
#endif #endif
/* Make the fixed settings visible as GUC variables, too */ /* Make the initdb settings visible as GUC variables, too */
SetConfigOption("data_checksums", DataChecksumsEnabled() ? "yes" : "no", SetConfigOption("data_checksums", DataChecksumsEnabled() ? "yes" : "no",
PGC_INTERNAL, PGC_S_OVERRIDE); PGC_INTERNAL, PGC_S_OVERRIDE);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment