Spelling fix
authorPeter Eisentraut <[email protected]>
Wed, 29 Nov 2006 14:50:07 +0000 (14:50 +0000)
committerPeter Eisentraut <[email protected]>
Wed, 29 Nov 2006 14:50:07 +0000 (14:50 +0000)
src/backend/utils/misc/guc.c

index 21fb16852fda2ceff3e5b06713643e7f2da446f7..1fb4ebec7d4c6f078b2a41d00e2476dabd4cbcb1 100644 (file)
@@ -1588,7 +1588,7 @@ static struct config_int ConfigureNamesInt[] =
        {
                /* see varsup.c for why this is PGC_POSTMASTER not PGC_SIGHUP */
                {"autovacuum_freeze_max_age", PGC_POSTMASTER, AUTOVACUUM,
-                       gettext_noop("Age at which to autovacuum a table to prevent transacion ID wraparound."),
+                       gettext_noop("Age at which to autovacuum a table to prevent transaction ID wraparound."),
                        NULL
                },
                &autovacuum_freeze_max_age,