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

Commit 290fb74

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 f0a8515 commit 290fb74

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
@@ -1981,11 +1981,11 @@
19811981
<entry><type>xid</type></entry>
19821982
<entry></entry>
19831983
<entry>
1984-
All multitransaction IDs before this one have been replaced by a
1984+
All multixact IDs before this one have been replaced by a
19851985
transaction ID in this table. This is used to track
1986-
whether the table needs to be vacuumed in order to prevent multitransaction ID
1987-
ID wraparound or to allow <literal>pg_clog</> to be shrunk. Zero
1988-
(<symbol>InvalidTransactionId</symbol>) if the relation is not a table.
1986+
whether the table needs to be vacuumed in order to prevent multixact ID
1987+
wraparound or to allow <literal>pg_multixact</> to be shrunk. Zero
1988+
(<symbol>InvalidMultiXactId</symbol>) if the relation is not a table.
19891989
</entry>
19901990
</row>
19911991

@@ -2649,10 +2649,10 @@
26492649
<entry><type>xid</type></entry>
26502650
<entry></entry>
26512651
<entry>
2652-
All multitransaction IDs before this one have been replaced with a
2652+
All multixact IDs before this one have been replaced with a
26532653
transaction ID in this database. This is used to
26542654
track whether the database needs to be vacuumed in order to prevent
2655-
transaction ID wraparound or to allow <literal>pg_clog</> to be shrunk.
2655+
multixact ID wraparound or to allow <literal>pg_multixact</> to be shrunk.
26562656
It is the minimum of the per-table
26572657
<structname>pg_class</>.<structfield>relminmxid</> values.
26582658
</entry>

0 commit comments

Comments
 (0)