Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit290fb74

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 parentf0a8515 commit290fb74

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
@@ -1981,11 +1981,11 @@
19811981
<entry><type>xid</type></entry>
19821982
<entry></entry>
19831983
<entry>
1984-
Allmultitransaction IDs before this one have been replaced by a
1984+
Allmultixact 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 preventmultitransaction ID
1987-
IDwraparound 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 preventmultixact 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-
Allmultitransaction IDs before this one have been replaced with a
2652+
Allmultixact 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)

[8]ページ先頭

©2009-2025 Movatter.jp