From 84814ef08990cb5e7eba15106d97eabb94b82907 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 9 Jun 2009 19:36:42 +0000 Subject: [PATCH] Fix typo, per Tom --- src/backend/postmaster/autovacuum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c index bdf08fc90e..eea76fb6a2 100644 --- a/src/backend/postmaster/autovacuum.c +++ b/src/backend/postmaster/autovacuum.c @@ -55,7 +55,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.71.2.8 2009/06/09 16:41:38 alvherre Exp $ + * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.71.2.9 2009/06/09 19:36:42 alvherre Exp $ * *------------------------------------------------------------------------- */ @@ -119,7 +119,7 @@ int Log_autovacuum_min_duration = -1; /* how long to keep pgstat data in the launcher, in milliseconds */ #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 */ /* Flags to tell if we are in an autovacuum process */ -- 2.50.1