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

Commit f051c16

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 d3fdec6 commit f051c16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,11 +1889,11 @@
18891889
<entry><type>xid</type></entry>
18901890
<entry></entry>
18911891
<entry>
1892-
All multitransaction IDs before this one have been replaced by a
1892+
All multixact IDs before this one have been replaced by a
18931893
transaction ID in this table. This is used to track
1894-
whether the table needs to be vacuumed in order to prevent multitransaction ID
1895-
ID wraparound or to allow <literal>pg_clog</> to be shrunk. Zero
1896-
(<symbol>InvalidTransactionId</symbol>) if the relation is not a table.
1894+
whether the table needs to be vacuumed in order to prevent multixact ID
1895+
wraparound or to allow <literal>pg_multixact</> to be shrunk. Zero
1896+
(<symbol>InvalidMultiXactId</symbol>) if the relation is not a table.
18971897
</entry>
18981898
</row>
18991899

@@ -2557,10 +2557,10 @@
25572557
<entry><type>xid</type></entry>
25582558
<entry></entry>
25592559
<entry>
2560-
All multitransaction IDs before this one have been replaced with a
2560+
All multixact IDs before this one have been replaced with a
25612561
transaction ID in this database. This is used to
25622562
track whether the database needs to be vacuumed in order to prevent
2563-
transaction ID wraparound or to allow <literal>pg_clog</> to be shrunk.
2563+
multixact ID wraparound or to allow <literal>pg_multixact</> to be shrunk.
25642564
It is the minimum of the per-table
25652565
<structname>pg_class</>.<structfield>relminmxid</> values.
25662566
</entry>

0 commit comments

Comments
 (0)