{
{"bgwriter_lru_maxpages", PGC_SIGHUP, RESOURCES,
- gettext_noop("Background writer maximum number of all pages to flush per round"),
+ gettext_noop("Background writer maximum number of LRU pages to flush per round"),
NULL
},
&bgwriter_lru_maxpages,
{
{"bgwriter_all_maxpages", PGC_SIGHUP, RESOURCES,
- gettext_noop("Background writer maximum number of LRU pages to flush per round"),
+ gettext_noop("Background writer maximum number of all pages to flush per round"),
NULL
},
&bgwriter_all_maxpages,