| From: | Pierre Forstmann <pierre(dot)forstmann(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Cc: | Taiki Koshino <koshino(at)sraoss(dot)co(dot)jp> |
| Subject: | Re: Define MXID acronym in documentation |
| Date: | 2026-08-14 16:28:12 |
| Message-ID: | 178672489278.650979.10909821643030476419.pgcf@coridan.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation: tested, passed
Hello,
LGTM.
As this is only a documentation change I have just rebuild PG 20devel and rebuild documentation with:
cd doc/src/sgml
make STYLE=webiste html
And I have checked that MXIDs is defined in following section:
"
24.1.5.1. Multixacts and Wraparound
Multixact IDs (MXIDs) are used to support row locking by multiple transactions.
"
Regards
Pierre Forstmann
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Bossart | 2026-08-14 16:32:31 | Re: future of PQfn() |
| Previous Message | Paul A Jungwirth | 2026-08-14 16:28:05 | Re: CREATE OR REPLACE MATERIALIZED VIEW |