aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2009-06-09 19:36:28 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2009-06-09 19:36:28 +0000
commite66576e58c3fb49db7729607863d66e807f3d267 (patch)
tree670a2d7a414abb7f34508dcc3d6087897b4b5dcd
parent59fb29cac64cb77ad6fd0b0b03160a62d1a2df11 (diff)
downloadpostgresql-e66576e58c3fb49db7729607863d66e807f3d267.tar.gz
postgresql-e66576e58c3fb49db7729607863d66e807f3d267.zip
Fix typo, per Tom
-rw-r--r--src/backend/postmaster/autovacuum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c
index e5b9c9bd4cc..2e63e9bbfae 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.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;
/* 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 */