From: Peter Eisentraut Date: Mon, 17 Mar 2014 01:44:58 +0000 (-0400) Subject: Make punctuation consistent X-Git-Tag: REL9_3_4~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37e5b3d9bd97b1eb898df95c969f064ea3ce729d;p=postgresql Make punctuation consistent --- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index eae0d97bdc..5dbfa09970 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -1456,7 +1456,7 @@ static struct config_bool ConfigureNamesBool[] = { {"data_checksums", PGC_INTERNAL, PRESET_OPTIONS, - gettext_noop("Shows whether data checksums are turned on for this cluster"), + gettext_noop("Shows whether data checksums are turned on for this cluster."), NULL, GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE },