|
14 | 14 | *
|
15 | 15 | *
|
16 | 16 | * 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 $ |
18 | 18 | *
|
19 | 19 | *-------------------------------------------------------------------------
|
20 | 20 | */
|
@@ -683,7 +683,7 @@ vac_update_datfrozenxid(void)
|
683 | 683 | *The passed XID is simply the one I just wrote into my pg_database
|
684 | 684 | *entry.It's used to initialize the "min" calculation.
|
685 | 685 | *
|
686 |
| - *This routine is onlyonlyinvoked when we've managed to change our |
| 686 | + *This routine is only invoked when we've managed to change our |
687 | 687 | *DB's datfrozenxid entry, or we found that the shared XID-wrap-limit
|
688 | 688 | *info is stale.
|
689 | 689 | */
|
|