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 e2b9594 commit 2861e8eCopy full SHA for 2861e8e
src/backend/utils/misc/guc.c
@@ -1510,7 +1510,7 @@ static struct config_bool ConfigureNamesBool[] =
1510
1511
{
1512
{"data_checksums", PGC_INTERNAL, PRESET_OPTIONS,
1513
- gettext_noop("Shows whether data checksums are turned on for this cluster"),
+ gettext_noop("Shows whether data checksums are turned on for this cluster."),
1514
NULL,
1515
GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
1516
},
0 commit comments