From ca7f39f18e15a082913f1b06c54de66a767b2698 Mon Sep 17 00:00:00 2001 From: Taiki Koshino Date: Fri, 7 Aug 2026 14:45:55 +0900 Subject: [PATCH v2] Fix pluralization of MXID acronym in documentation Since the preceding word is plural, the acronym should also be pluralized: (MXIDs) rather than (MXID). This matches existing conventions elsewhere in the docs, e.g. MCVs (most common values) and MCFs (most common frequencies) in planstats.sgml. --- doc/src/sgml/maintenance.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 33ab4edf87c..32fad42000e 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -766,7 +766,7 @@ HINT: Execute a database-wide VACUUM in that database. - Multixact IDs (MXID) + Multixact IDs (MXIDs) are used to support row locking by multiple transactions. Since there is only limited space in a tuple header to store lock information, that information is encoded as -- 2.52.0