Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3814096

Browse files
committed
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
1 parent e0f9fad commit 3814096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/maintenance.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ SELECT datname, age(datfrozenxid) FROM pg_database;
594594
scans every page in the table that is not already all-frozen, it should
595595
set <literal>age(relfrozenxid)</> to a value just a little more than the
596596
<varname>vacuum_freeze_min_age</> setting
597-
that was used (more by the number of transcations started since the
597+
that was used (more by the number of transactions started since the
598598
<command>VACUUM</> started). If no <structfield>relfrozenxid</>-advancing
599599
<command>VACUUM</> is issued on the table until
600600
<varname>autovacuum_freeze_max_age</> is reached, an autovacuum will soon

0 commit comments

Comments
 (0)