Skip to content

Commit e4861b2

Browse files
committed
Improve GUC description punctuation
partial backpatch of 0b039e3
1 parent cacf12e commit e4861b2

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4953,7 +4953,7 @@ static struct config_enum ConfigureNamesEnum[] =
49534953

49544954
{
49554955
{"stats_fetch_consistency", PGC_USERSET, STATS_CUMULATIVE,
4956-
gettext_noop("Sets the consistency of accesses to statistics data"),
4956+
gettext_noop("Sets the consistency of accesses to statistics data."),
49574957
NULL
49584958
},
49594959
&pgstat_fetch_consistency,
@@ -5044,7 +5044,7 @@ static struct config_enum ConfigureNamesEnum[] =
50445044

50455045
{
50465046
{"recovery_prefetch", PGC_SIGHUP, WAL_RECOVERY,
5047-
gettext_noop("Prefetch referenced blocks during recovery"),
5047+
gettext_noop("Prefetch referenced blocks during recovery."),
50485048
gettext_noop("Look ahead in the WAL to find references to uncached data.")
50495049
},
50505050
&recovery_prefetch,

0 commit comments

Comments
 (0)