We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cfc75 commit dc11595Copy full SHA for dc11595
src/backend/commands/vacuum.c
@@ -14,7 +14,7 @@
14
*
15
16
* IDENTIFICATION
17
- * $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 $
18
19
*-------------------------------------------------------------------------
20
*/
@@ -683,7 +683,7 @@ vac_update_datfrozenxid(void)
683
* The passed XID is simply the one I just wrote into my pg_database
684
* entry. It's used to initialize the "min" calculation.
685
686
- * 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
687
* DB's datfrozenxid entry, or we found that the shared XID-wrap-limit
688
* info is stale.
689
0 commit comments