diff options
Diffstat (limited to 'src/backend/postmaster/autovacuum.c')
-rw-r--r-- | src/backend/postmaster/autovacuum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c index fa8de1390e5..33ca749b529 100644 --- a/src/backend/postmaster/autovacuum.c +++ b/src/backend/postmaster/autovacuum.c @@ -2472,7 +2472,7 @@ deleted: */ /* - * Update pg_database.datfrozenxid, and truncate pg_clog if possible. We + * Update pg_database.datfrozenxid, and truncate pg_xact if possible. We * only need to do this once, not after each table. * * Even if we didn't vacuum anything, it may still be important to do |