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

Commitf051c16

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 parentd3fdec6 commitf051c16

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-
Allmultitransaction IDs before this one have been replaced by a
1892+
Allmultixact 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 preventmultitransaction ID
1895-
IDwraparound 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 preventmultixact 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-
Allmultitransaction IDs before this one have been replaced with a
2560+
Allmultixact 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)

[8]ページ先頭

©2009-2025 Movatter.jp