Improve comment on setting data_checksum GUC.
There was an extra space there, and "fixed" wasn't very descriptive.
This commit is contained in:
parent
ae5266f259
commit
8f09ca436d
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user