]> granicus.if.org Git - postgresql/commitdiff
Fix typo in docs.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Aug 2014 00:46:41 +0000 (20:46 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Aug 2014 00:46:41 +0000 (20:46 -0400)
s/XIDs XIDs/XIDs/ in one place in maintenance.sgml.

Guillaume Lelarge

doc/src/sgml/maintenance.sgml

index d3fcb82ef751bc4a7994c5161f7f17725b4a2d5e..cf174f071576faba23af85356b2b1a0c754b5117 100644 (file)
     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