|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>. |
11 | 11 | * |
12 | 12 | * IDENTIFICATION |
13 | | - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.359 2006/11/21 01:23:37 tgl Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.360 2006/11/29 14:50:07 petere Exp $ |
14 | 14 | * |
15 | 15 | *-------------------------------------------------------------------- |
16 | 16 | */ |
@@ -1588,7 +1588,7 @@ static struct config_int ConfigureNamesInt[] = |
1588 | 1588 | { |
1589 | 1589 | /* see varsup.c for why this is PGC_POSTMASTER not PGC_SIGHUP */ |
1590 | 1590 | {"autovacuum_freeze_max_age",PGC_POSTMASTER,AUTOVACUUM, |
1591 | | -gettext_noop("Age at which to autovacuum a table to preventtransacion ID wraparound."), |
| 1591 | +gettext_noop("Age at which to autovacuum a table to preventtransaction ID wraparound."), |
1592 | 1592 | NULL |
1593 | 1593 | }, |
1594 | 1594 | &autovacuum_freeze_max_age, |
|