Improve comment on setting data_checksum GUC.

There was an extra space there, and "fixed" wasn't very descriptive.
This commit is contained in:
Heikki Linnakangas 2014-02-20 10:43:36 +02:00
parent ae5266f259
commit 8f09ca436d
1 changed files with 1 additions and 1 deletions

View File

@ -4894,7 +4894,7 @@ ReadControlFile(void)
errhint("It looks like you need to recompile or initdb.")));
#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",
PGC_INTERNAL, PGC_S_OVERRIDE);
}