Re: Define MXID acronym in documentation

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Koshino Taiki <koshino(at)sraoss(dot)co(dot)jp>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Define MXID acronym in documentation
Date: 2026-08-24 08:32:14
Message-ID: 20260824173214.a08d73af850e808f0b6ee47f@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 7 Aug 2026 05:50:55 +0000
Koshino Taiki <koshino(at)sraoss(dot)co(dot)jp> wrote:

> Thank you for pushing this.
>
> Let me suggest one more small fix.
>
> Since the preceding word is plural, the acronym should probably be
> pluralized too: (<acronym>MXID</acronym>s) rather than
> (<acronym>MXID</acronym>).
>
> This matches existing conventions elsewhere in the docs, e.g. MCVs
> (most common values) and MCFs (most common frequencies) in
> planstats.sgml.

I agree with this suggestion.

Since we already use pluralized acronyms such as MCVs and MCFs in the
documentation, "Multixact IDs (MXIDs)" seems more consistent to me than
"Multixact IDs (MXID)".

Regards,
Yugo Nagata

>
> Taiki Koshino<koshino(at)sraoss(dot)co(dot)jp>
> SRA OSS K.K.
> TEL: 03-5979-2701 FAX: 03-5979-2702
> URL: https://www.sraoss.co.jp/
>
> ________________________________
> 差出人: Daniel Gustafsson <daniel(at)yesql(dot)se>
> 送信日時: 2026年8月6日 21:12
> 宛先: Koshino Taiki <koshino(at)sraoss(dot)co(dot)jp>
> CC: pgsql-hackers(at)lists(dot)postgresql(dot)org <pgsql-hackers(at)lists(dot)postgresql(dot)org>
> 件名: Re: Define MXID acronym in documentation
>
> > On 5 Aug 2026, at 07:17, Koshino Taiki <koshino(at)sraoss(dot)co(dot)jp> wrote:
> >
> > Hi,
> >
> > I noticed that while XID (Transaction ID) is properly defined as an
> > acronym in the PostgreSQL documentation, MXID (Multixact ID) is used
> > without a formal definition.
> >
> > This patch adds an entry for MXID to acronyms.sgml with a link to the
> > "Multixacts and Wraparound" section, and introduces the acronym in
> > maintenance.sgml alongside the existing "Multixact IDs" term, following
> > the same pattern used for XID.
>
> Good find, pushed. Thanks for your contribution!
>
> --
> Daniel Gustafsson
>

--
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2026-08-24 08:35:22 Re: Fix CPU cost of right-semi and right-anti hash joins
Previous Message Alexandre Felipe 2026-08-24 08:19:13 Re: SLOPE - Planner optimizations on monotonic expressions.