| From: | Yingying Chen <cyy9255(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Fix doc about pg_get_multixact_stats() |
| Date: | 2026-06-25 11:49:58 |
| Message-ID: | CAGGTb65Qmtor2nJP-ATgfWpMpD2qhKrdyO7fmRbbS++nQ=vtMw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi Hacker,
I found a small documentation issue in func-info.smgl:
<para>
The internal transaction ID type <type>xid</type> is 32 bits wide and
wraps around every 4 billion transactions. However,
the functions shown in <xref linkend="functions-pg-snapshot"/>, except
<function>age</function>, <function>mxid_age</function>, and
<function>pg_get_multixact_members</function>, use a
64-bit type <type>xid8</type> that does not wrap around during the life
of an installation and can be converted to <type>xid</type> by casting
if
required; see <xref linkend="transaction-id"/> for details.
Since pg_get_multixact_stats() was added in PG19, it should be added to
this exception list.
Regards,
Yingying Chen
| Attachment | Content-Type | Size |
|---|---|---|
| func-info.diff | application/octet-stream | 1019 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Xuneng Zhou | 2026-06-25 11:58:29 | Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits |
| Previous Message | Nishant Sharma | 2026-06-25 11:31:36 | Re: Show hashed SAOP decision in EXPLAIN |