From: Tom Lane <tgl@sss.pgh.pa.us> Date: Fri, 8 Aug 2014 00:46:41 +0000 (-0400) Subject: Fix typo in docs. X-Git-Tag: REL9_5_ALPHA1~1649 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1add956ac70384a99ed6606e2963a5a53f567add;p=postgresql Fix typo in docs. s/XIDs XIDs/XIDs/ in one place in maintenance.sgml. Guillaume Lelarge --- diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index d3fcb82ef7..cf174f0715 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -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