Commit e66576e5 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo, per Tom

parent 59fb29ca
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.96 2009/06/09 16:41:02 alvherre Exp $ * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.97 2009/06/09 19:36:28 alvherre Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -123,7 +123,7 @@ int Log_autovacuum_min_duration = -1; ...@@ -123,7 +123,7 @@ int Log_autovacuum_min_duration = -1;
/* how long to keep pgstat data in the launcher, in milliseconds */ /* how long to keep pgstat data in the launcher, in milliseconds */
#define STATS_READ_DELAY 1000 #define STATS_READ_DELAY 1000
/* the minimum allowed time between two awakening of the launcher */ /* the minimum allowed time between two awakenings of the launcher */
#define MIN_AUTOVAC_SLEEPTIME 100.0 /* milliseconds */ #define MIN_AUTOVAC_SLEEPTIME 100.0 /* milliseconds */
/* Flags to tell if we are in an autovacuum process */ /* Flags to tell if we are in an autovacuum process */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment