Fix typo in docs.

s/XIDs XIDs/XIDs/ in one place in maintenance.sgml.

Guillaume Lelarge
This commit is contained in:
Tom Lane 2014-08-07 20:46:41 -04:00
parent 4c6780fd17
commit 1add956ac7
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@
the <structfield>relfrozenxid</> column of a table's
<structname>pg_class</> row contains the freeze cutoff XID that was used
by the last whole-table <command>VACUUM</> for that table. All rows
inserted by transactions with XIDs XIDs older than this cutoff XID are
inserted by transactions with XIDs older than this cutoff XID are
guaranteed to have been frozen. Similarly,
the <structfield>datfrozenxid</> column of a database's
<structname>pg_database</> row is a lower bound on the unfrozen XIDs