summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2010-02-15 16:10:34 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2010-02-15 16:10:34 +0000
commitdc11595193a5ace5a8f306dc99ac7aade5d6db77 (patch)
treebb1d5944aa1433d366277f15a0720661092dbef2
parent68cfc75a72fa3617ba157e4c7d10616d35fa0d07 (diff)
downloadpostgresql-dc11595193a5ace5a8f306dc99ac7aade5d6db77.tar.gz
Fix typo in comment
-rw-r--r--src/backend/commands/vacuum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/vacuum.c b/src/backend/commands/vacuum.c
index fa6b2371c1..5c1c48570e 100644
--- a/src/backend/commands/vacuum.c
+++ b/src/backend/commands/vacuum.c
@@ -14,7 +14,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.408 2010/02/14 18:42:14 rhaas Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.409 2010/02/15 16:10:34 alvherre Exp $
*
*-------------------------------------------------------------------------
*/
@@ -683,7 +683,7 @@ vac_update_datfrozenxid(void)
* The passed XID is simply the one I just wrote into my pg_database
* entry. It's used to initialize the "min" calculation.
*
- * This routine is only only invoked when we've managed to change our
+ * This routine is only invoked when we've managed to change our
* DB's datfrozenxid entry, or we found that the shared XID-wrap-limit
* info is stale.
*/