diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 39075ea8f3..612e4cb200 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -606,14 +606,13 @@ SELECT datname, age(datfrozenxid) FROM pg_database; - If for some reason autovacuum fails to clear old XIDs from a table, - the system will begin to emit warning messages like this when the - database's oldest XIDs reach ten million transactions from the wraparound - point: + If for some reason autovacuum fails to clear old XIDs from a table, the + system will begin to emit warning messages like this when the database's + oldest XIDs reach eleven million transactions from the wraparound point: -WARNING: database "mydb" must be vacuumed within 177009986 transactions -HINT: To avoid a database shutdown, execute a database-wide VACUUM in "mydb". +WARNING: database "mydb" must be vacuumed within 10985967 transactions +HINT: To avoid a database shutdown, execute a database-wide VACUUM in that database. (A manual VACUUM should fix the problem, as suggested by the