Make punctuation consistent
authorPeter Eisentraut
Mon, 17 Mar 2014 01:44:58 +0000 (21:44 -0400)
committerPeter Eisentraut
Mon, 17 Mar 2014 01:47:00 +0000 (21:47 -0400)
src/backend/utils/misc/guc.c

index eae0d97bdc3c61ec92713bfa9f3de325d856a266..5dbfa0997027bec0e27e239283db74daf7ea7c22 100644 (file)
@@ -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
        },