File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1298,7 +1298,7 @@ static struct config_bool ConfigureNamesBool[] =
1298
1298
},
1299
1299
{
1300
1300
{"recovery_prefetch" , PGC_SIGHUP , WAL_SETTINGS ,
1301
- gettext_noop ("Prefetch referenced blocks during recovery" ),
1301
+ gettext_noop ("Prefetch referenced blocks during recovery. " ),
1302
1302
gettext_noop ("Read ahead of the current replay position to find uncached blocks." )
1303
1303
},
1304
1304
& recovery_prefetch ,
@@ -1307,7 +1307,7 @@ static struct config_bool ConfigureNamesBool[] =
1307
1307
},
1308
1308
{
1309
1309
{"recovery_prefetch_fpw" , PGC_SIGHUP , WAL_SETTINGS ,
1310
- gettext_noop ("Prefetch blocks that have full page images in the WAL" ),
1310
+ gettext_noop ("Prefetch blocks that have full page images in the WAL. " ),
1311
1311
gettext_noop ("On some systems, there is no benefit to prefetching pages that will be "
1312
1312
"entirely overwritten, but if the logical page size of the filesystem is "
1313
1313
"larger than PostgreSQL's, this can be beneficial. This option has no "
You can’t perform that action at this time.
0 commit comments