Make punctuation consistent

pull/6/head
Peter Eisentraut 12 years ago
parent e2b959478c
commit 2861e8e9cb
  1. 2
      src/backend/utils/misc/guc.c

@ -1510,7 +1510,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
},

Loading…
Cancel
Save