File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4953,7 +4953,7 @@ static struct config_enum ConfigureNamesEnum[] =
4953
4953
4954
4954
{
4955
4955
{"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. " ),
4957
4957
NULL
4958
4958
},
4959
4959
& pgstat_fetch_consistency ,
@@ -5044,7 +5044,7 @@ static struct config_enum ConfigureNamesEnum[] =
5044
5044
5045
5045
{
5046
5046
{"recovery_prefetch" , PGC_SIGHUP , WAL_RECOVERY ,
5047
- gettext_noop ("Prefetch referenced blocks during recovery" ),
5047
+ gettext_noop ("Prefetch referenced blocks during recovery. " ),
5048
5048
gettext_noop ("Look ahead in the WAL to find references to uncached data." )
5049
5049
},
5050
5050
& recovery_prefetch ,
You can’t perform that action at this time.
0 commit comments