File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 prevent transacion ID wraparound." ),
1591
+ gettext_noop ("Age at which to autovacuum a table to prevent transaction ID wraparound." ),
1592
1592
NULL
1593
1593
},
1594
1594
& autovacuum_freeze_max_age ,
You can’t perform that action at this time.
0 commit comments