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

Commit38d500a

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 parentafae1f7 commit38d500a

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
@@ -2015,11 +2015,11 @@
20152015
<entry><type>xid</type></entry>
20162016
<entry></entry>
20172017
<entry>
2018-
Allmultitransaction IDs before this one have been replaced by a
2018+
Allmultixact IDs before this one have been replaced by a
20192019
transaction ID in this table. This is used to track
2020-
whether the table needs to be vacuumed in order to preventmultitransaction ID
2021-
IDwraparound or to allow <literal>pg_clog</> to be shrunk. Zero
2022-
(<symbol>InvalidTransactionId</symbol>) if the relation is not a table.
2020+
whether the table needs to be vacuumed in order to preventmultixact ID
2021+
wraparound or to allow <literal>pg_multixact</> to be shrunk. Zero
2022+
(<symbol>InvalidMultiXactId</symbol>) if the relation is not a table.
20232023
</entry>
20242024
</row>
20252025

@@ -2683,10 +2683,10 @@
26832683
<entry><type>xid</type></entry>
26842684
<entry></entry>
26852685
<entry>
2686-
Allmultitransaction IDs before this one have been replaced with a
2686+
Allmultixact IDs before this one have been replaced with a
26872687
transaction ID in this database. This is used to
26882688
track whether the database needs to be vacuumed in order to prevent
2689-
transaction ID wraparound or to allow <literal>pg_clog</> to be shrunk.
2689+
multixact ID wraparound or to allow <literal>pg_multixact</> to be shrunk.
26902690
It is the minimum of the per-table
26912691
<structname>pg_class</>.<structfield>relminmxid</> values.
26922692
</entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp