1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Disable vacuum delay, as discussed on hackers.

This commit is contained in:
Bruce Momjian
2004-08-08 15:37:06 +00:00
parent 640d0dc0f0
commit d5fc378f32
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.228 2004/08/07 03:08:44 wieck Exp $
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.229 2004/08/08 15:37:06 momjian Exp $
*
*--------------------------------------------------------------------
*/
@ -1046,7 +1046,7 @@ static struct config_int ConfigureNamesInt[] =
NULL
},
&VacuumCostDelay,
50, 0, 1000, NULL, NULL
0, 0, 1000, NULL, NULL
},
{