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 37cb060 commit 37e5b3dCopy full SHA for 37e5b3d
src/backend/utils/misc/guc.c
@@ -1456,7 +1456,7 @@ static struct config_bool ConfigureNamesBool[] =
1456
1457
{
1458
{"data_checksums", PGC_INTERNAL, PRESET_OPTIONS,
1459
- gettext_noop("Shows whether data checksums are turned on for this cluster"),
+ gettext_noop("Shows whether data checksums are turned on for this cluster."),
1460
NULL,
1461
GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
1462
},
0 commit comments