mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Minor fixes in docs and error messages.
Alexander Lakhin Discussion: https://postgr.es/m/ce7debdd-c943-d7a7-9b41-687107b27831@gmail.com
This commit is contained in:
@ -3140,7 +3140,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
},
|
||||
{
|
||||
{"autovacuum_vacuum_insert_threshold", PGC_SIGHUP, AUTOVACUUM,
|
||||
gettext_noop("Minimum number of tuple inserts prior to vacuum, or -1 to disable insert vacuums"),
|
||||
gettext_noop("Minimum number of tuple inserts prior to vacuum, or -1 to disable insert vacuums."),
|
||||
NULL
|
||||
},
|
||||
&autovacuum_vac_ins_thresh,
|
||||
|
Reference in New Issue
Block a user