mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 03:21:24 +03:00
Fix autovacuum_vacuum_max_threshold's GUC description.
Most GUCs that accept a special value to disable the feature mention it in their GUC description. This commit adds that information to autovacuum_vacuum_max_threshold's description. Oversight in commit 306dc520b9.
This commit is contained in:
parent
affd38e55a
commit
527f8fec22
@ -3428,7 +3428,7 @@ struct config_int ConfigureNamesInt[] =
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
{"autovacuum_vacuum_max_threshold", PGC_SIGHUP, VACUUM_AUTOVACUUM,
|
{"autovacuum_vacuum_max_threshold", PGC_SIGHUP, VACUUM_AUTOVACUUM,
|
||||||
gettext_noop("Maximum number of tuple updates or deletes prior to vacuum."),
|
gettext_noop("Maximum number of tuple updates or deletes prior to vacuum, or -1 to disable maximum threshold."),
|
||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
&autovacuum_vac_max_thresh,
|
&autovacuum_vac_max_thresh,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user