Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 37e5b3d

Browse files
committed
Make punctuation consistent
1 parent 37cb060 commit 37e5b3d

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ static struct config_bool ConfigureNamesBool[] =
14561456

14571457
{
14581458
{"data_checksums", PGC_INTERNAL, PRESET_OPTIONS,
1459-
gettext_noop("Shows whether data checksums are turned on for this cluster"),
1459+
gettext_noop("Shows whether data checksums are turned on for this cluster."),
14601460
NULL,
14611461
GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
14621462
},

0 commit comments

Comments
 (0)