1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Improve GUC description punctuation

partial backpatch of 0b039e3a84
This commit is contained in:
Peter Eisentraut
2022-09-19 06:45:23 -04:00
parent cacf12e92f
commit e4861b2322

View File

@@ -4953,7 +4953,7 @@ static struct config_enum ConfigureNamesEnum[] =
{ {
{"stats_fetch_consistency", PGC_USERSET, STATS_CUMULATIVE, {"stats_fetch_consistency", PGC_USERSET, STATS_CUMULATIVE,
gettext_noop("Sets the consistency of accesses to statistics data"), gettext_noop("Sets the consistency of accesses to statistics data."),
NULL NULL
}, },
&pgstat_fetch_consistency, &pgstat_fetch_consistency,
@@ -5044,7 +5044,7 @@ static struct config_enum ConfigureNamesEnum[] =
{ {
{"recovery_prefetch", PGC_SIGHUP, WAL_RECOVERY, {"recovery_prefetch", PGC_SIGHUP, WAL_RECOVERY,
gettext_noop("Prefetch referenced blocks during recovery"), gettext_noop("Prefetch referenced blocks during recovery."),
gettext_noop("Look ahead in the WAL to find references to uncached data.") gettext_noop("Look ahead in the WAL to find references to uncached data.")
}, },
&recovery_prefetch, &recovery_prefetch,