|
1884 | 1884 | </entry>
|
1885 | 1885 | </row>
|
1886 | 1886 |
|
| 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 | + |
1887 | 1900 | <row>
|
1888 | 1901 | <entry><structfield>relacl</structfield></entry>
|
1889 | 1902 | <entry><type>aclitem[]</type></entry>
|
|
2621 | 2634 | </entry>
|
2622 | 2635 | </row>
|
2623 | 2636 |
|
| 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 | + |
2624 | 2651 | <row>
|
2625 | 2652 | <entry><structfield>dattablespace</structfield></entry>
|
2626 | 2653 | <entry><type>oid</type></entry>
|
|