Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc11595

Browse files
committed
Fix typo in comment
1 parent 68cfc75 commit dc11595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/vacuum.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
*
1616
* IDENTIFICATION
17-
* $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.408 2010/02/14 18:42:14 rhaas Exp $
17+
* $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.409 2010/02/15 16:10:34 alvherre Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/
@@ -683,7 +683,7 @@ vac_update_datfrozenxid(void)
683683
* The passed XID is simply the one I just wrote into my pg_database
684684
* entry. It's used to initialize the "min" calculation.
685685
*
686-
* This routine is only only invoked when we've managed to change our
686+
* This routine is only invoked when we've managed to change our
687687
* DB's datfrozenxid entry, or we found that the shared XID-wrap-limit
688688
* info is stale.
689689
*/

0 commit comments

Comments
 (0)