mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.226 2004/08/05 23:32:12 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.227 2004/08/06 04:15:09 momjian Exp $
|
||||
*
|
||||
*--------------------------------------------------------------------
|
||||
*/
|
||||
@ -1041,11 +1041,11 @@ static struct config_int ConfigureNamesInt[] =
|
||||
},
|
||||
|
||||
{
|
||||
{"vacuum_cost_naptime", PGC_USERSET, RESOURCES,
|
||||
gettext_noop("Vacuum cost naptime in milliseconds."),
|
||||
{"vacuum_cost_delay", PGC_USERSET, RESOURCES,
|
||||
gettext_noop("Vacuum cost delay in milliseconds."),
|
||||
NULL
|
||||
},
|
||||
&VacuumCostNaptime,
|
||||
&VacuumCostDelay,
|
||||
0, 0, 1000, NULL, NULL
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user