Skip to content
Snippets Groups Projects
Commit dc115951 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix typo in comment

parent 68cfc75a
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* *
* *
* IDENTIFICATION * 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) ...@@ -683,7 +683,7 @@ vac_update_datfrozenxid(void)
* The passed XID is simply the one I just wrote into my pg_database * The passed XID is simply the one I just wrote into my pg_database
* entry. It's used to initialize the "min" calculation. * 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 * DB's datfrozenxid entry, or we found that the shared XID-wrap-limit
* info is stale. * info is stale.
*/ */
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment