mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Make new GUC short descriptions more consistent.
Reported-by: Daniel Westermann (DWE) <daniel.westermann@dbi-services.com> Discussion: https://postgr.es/m/GV0P278MB0483490FEAC879DCA5ED583DD2739%40GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM
This commit is contained in:
@ -1298,7 +1298,7 @@ static struct config_bool ConfigureNamesBool[] =
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
{"recovery_prefetch", PGC_SIGHUP, WAL_SETTINGS,
|
{"recovery_prefetch", PGC_SIGHUP, WAL_SETTINGS,
|
||||||
gettext_noop("Prefetch referenced blocks during recovery"),
|
gettext_noop("Prefetch referenced blocks during recovery."),
|
||||||
gettext_noop("Read ahead of the current replay position to find uncached blocks.")
|
gettext_noop("Read ahead of the current replay position to find uncached blocks.")
|
||||||
},
|
},
|
||||||
&recovery_prefetch,
|
&recovery_prefetch,
|
||||||
@ -1307,7 +1307,7 @@ static struct config_bool ConfigureNamesBool[] =
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
{"recovery_prefetch_fpw", PGC_SIGHUP, WAL_SETTINGS,
|
{"recovery_prefetch_fpw", PGC_SIGHUP, WAL_SETTINGS,
|
||||||
gettext_noop("Prefetch blocks that have full page images in the WAL"),
|
gettext_noop("Prefetch blocks that have full page images in the WAL."),
|
||||||
gettext_noop("On some systems, there is no benefit to prefetching pages that will be "
|
gettext_noop("On some systems, there is no benefit to prefetching pages that will be "
|
||||||
"entirely overwritten, but if the logical page size of the filesystem is "
|
"entirely overwritten, but if the logical page size of the filesystem is "
|
||||||
"larger than PostgreSQL's, this can be beneficial. This option has no "
|
"larger than PostgreSQL's, this can be beneficial. This option has no "
|
||||||
|
Reference in New Issue
Block a user