diff options
author | Michael Paquier | 2019-01-14 23:47:20 +0000 |
---|---|---|
committer | Michael Paquier | 2019-01-14 23:47:20 +0000 |
commit | 381409686a81c2680c3d6ac416b5a9d823f6cf83 (patch) | |
tree | ffdc014e66b60839c0997ad5508af8034e57f074 | |
parent | e0f9fade3591796c1c47523bdc010b1867ef74d7 (diff) |
Fix typo in documentation
These have been found while cross-checking for the use of unique words
in the documentation.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/9b5a3a85-899a-ae62-dbab-1e7943aa5ab1@gmail.com
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index da3a900dc1f..5f3adc98c96 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -594,7 +594,7 @@ SELECT datname, age(datfrozenxid) FROM pg_database; scans every page in the table that is not already all-frozen, it should set <literal>age(relfrozenxid)</> to a value just a little more than the <varname>vacuum_freeze_min_age</> setting - that was used (more by the number of transcations started since the + that was used (more by the number of transactions started since the <command>VACUUM</> started). If no <structfield>relfrozenxid</>-advancing <command>VACUUM</> is issued on the table until <varname>autovacuum_freeze_max_age</> is reached, an autovacuum will soon |