pgsql: vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.
Date: 2022-04-21 01:30:54
Message-ID: E1nhLen-000LyL-KW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.

Oversights in commits 0b018fab and f3c15cbe.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ba6af6aa0b764d76cfca79d9dfbddc7134a16bfc

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2022-04-21 06:39:51 pgsql: postgres_fdw: Disable batch insert when BEFORE ROW INSERT trigge
Previous Message Peter Geoghegan 2022-04-21 00:18:02 pgsql: Fix CLUSTER tuplesorts on abbreviated expressions.