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

Commit 38d500a

Browse files
committed
Fix some issues in pg_class.relminmxid and pg_database.datminmxid documentation.
- Correct the name of directory which those catalog columns allow to be shrunk. - Correct the name of symbol which is used as the value of pg_class.relminmxid when the relation is not a table. - Fix "ID ID" typo. Backpatch to 9.3 where those cataog columns were introduced.
1 parent afae1f7 commit 38d500a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/catalogs.sgml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2015,11 +2015,11 @@
20152015
<entry><type>xid</type></entry>
20162016
<entry></entry>
20172017
<entry>
2018-
All multitransaction IDs before this one have been replaced by a
2018+
All multixact IDs before this one have been replaced by a
20192019
transaction ID in this table. This is used to track
2020-
whether the table needs to be vacuumed in order to prevent multitransaction ID
2021-
ID wraparound or to allow <literal>pg_clog</> to be shrunk. Zero
2022-
(<symbol>InvalidTransactionId</symbol>) if the relation is not a table.
2020+
whether the table needs to be vacuumed in order to prevent multixact ID
2021+
wraparound or to allow <literal>pg_multixact</> to be shrunk. Zero
2022+
(<symbol>InvalidMultiXactId</symbol>) if the relation is not a table.
20232023
</entry>
20242024
</row>
20252025

@@ -2683,10 +2683,10 @@
26832683
<entry><type>xid</type></entry>
26842684
<entry></entry>
26852685
<entry>
2686-
All multitransaction IDs before this one have been replaced with a
2686+
All multixact IDs before this one have been replaced with a
26872687
transaction ID in this database. This is used to
26882688
track whether the database needs to be vacuumed in order to prevent
2689-
transaction ID wraparound or to allow <literal>pg_clog</> to be shrunk.
2689+
multixact ID wraparound or to allow <literal>pg_multixact</> to be shrunk.
26902690
It is the minimum of the per-table
26912691
<structname>pg_class</>.<structfield>relminmxid</> values.
26922692
</entry>

0 commit comments

Comments
 (0)