aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-08-07 20:46:41 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-08-07 20:46:41 -0400
commit1add956ac70384a99ed6606e2963a5a53f567add (patch)
tree90384e517c0ea86eba17b93ee3d6b98b8cbb5871
parent4c6780fd17aa43ed6362aa682499cc2f9712cc8b (diff)
downloadpostgresql-1add956ac70384a99ed6606e2963a5a53f567add.tar.gz
postgresql-1add956ac70384a99ed6606e2963a5a53f567add.zip
Fix typo in docs.
s/XIDs XIDs/XIDs/ in one place in maintenance.sgml. Guillaume Lelarge
-rw-r--r--doc/src/sgml/maintenance.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index d3fcb82ef75..cf174f07157 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