public inbox for [email protected]
help / color / mirror / Atom feedFrom: Fujii Masao <[email protected]>
To: pgsql-docs <[email protected]>
Subject: pg_class.relminmxid and pg_database.datminmxid
Date: Thu, 4 Jun 2015 00:59:44 +0900
Message-ID: <CAHGQGwEWkRSCGVYGwVYAWTJeMHEiVYKRrhYL_nC++F+95r4M6A@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>
Hi,
The descriptions of pg_class.relminmxid and pg_database.datminmxid
have some minor problems in the doc. Seems the attached patch needs
to be applied.
Regards,
--
Fujii Masao
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[text/x-diff] multixact_doc_v1.patch (1.8K, 2-multixact_doc_v1.patch)
download | inline diff:
*** a/doc/src/sgml/catalogs.sgml
--- b/doc/src/sgml/catalogs.sgml
***************
*** 2018,2025 ****
All multitransaction IDs before this one have been replaced by a
transaction ID in this table. This is used to track
whether the table needs to be vacuumed in order to prevent multitransaction ID
! ID wraparound or to allow <literal>pg_clog</> to be shrunk. Zero
! (<symbol>InvalidTransactionId</symbol>) if the relation is not a table.
</entry>
</row>
--- 2018,2025 ----
All multitransaction IDs before this one have been replaced by a
transaction ID in this table. This is used to track
whether the table needs to be vacuumed in order to prevent multitransaction ID
! wraparound or to allow <literal>pg_multixact</> to be shrunk. Zero
! (<symbol>InvalidMultiXactId</symbol>) if the relation is not a table.
</entry>
</row>
***************
*** 2686,2692 ****
All multitransaction IDs before this one have been replaced with a
transaction ID in this database. This is used to
track whether the database needs to be vacuumed in order to prevent
! transaction ID wraparound or to allow <literal>pg_clog</> to be shrunk.
It is the minimum of the per-table
<structname>pg_class</>.<structfield>relminmxid</> values.
</entry>
--- 2686,2692 ----
All multitransaction IDs before this one have been replaced with a
transaction ID in this database. This is used to
track whether the database needs to be vacuumed in order to prevent
! multitransaction ID wraparound or to allow <literal>pg_multixact</> to be shrunk.
It is the minimum of the per-table
<structname>pg_class</>.<structfield>relminmxid</> values.
</entry>
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: pg_class.relminmxid and pg_database.datminmxid
In-Reply-To: <CAHGQGwEWkRSCGVYGwVYAWTJeMHEiVYKRrhYL_nC++F+95r4M6A@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox