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

Commit 863fad1

Browse files
committed
Document relminmxid and datminmxid
I introduced these new fields in 0ac5ad5 but neglected to add them to the system catalogs section of the docs. Per Thom Brown in message CAA-aLv7UiO=Whiq3MVbsEqSyQRthuX8Tb_RLyBuQt0KQBp=6EQ@mail.gmail.com
1 parent 263865a commit 863fad1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,6 +1884,19 @@
18841884
</entry>
18851885
</row>
18861886

1887+
<row>
1888+
<entry><structfield>relminmxid</structfield></entry>
1889+
<entry><type>xid</type></entry>
1890+
<entry></entry>
1891+
<entry>
1892+
All multitransaction IDs before this one have been replaced by a
1893+
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.
1897+
</entry>
1898+
</row>
1899+
18871900
<row>
18881901
<entry><structfield>relacl</structfield></entry>
18891902
<entry><type>aclitem[]</type></entry>
@@ -2621,6 +2634,20 @@
26212634
</entry>
26222635
</row>
26232636

2637+
<row>
2638+
<entry><structfield>datminmxid</structfield></entry>
2639+
<entry><type>xid</type></entry>
2640+
<entry></entry>
2641+
<entry>
2642+
All multitransaction IDs before this one have been replaced with a
2643+
transaction ID in this database. This is used to
2644+
track whether the database needs to be vacuumed in order to prevent
2645+
transaction ID wraparound or to allow <literal>pg_clog</> to be shrunk.
2646+
It is the minimum of the per-table
2647+
<structname>pg_class</>.<structfield>relminmxid</> values.
2648+
</entry>
2649+
</row>
2650+
26242651
<row>
26252652
<entry><structfield>dattablespace</structfield></entry>
26262653
<entry><type>oid</type></entry>

0 commit comments

Comments
 (0)