Re: POC: make mxidoff 64 bits - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: POC: make mxidoff 64 bits
Date
Msg-id ed232cb7-1fdc-415a-92e6-8df908ce6128@iki.fi
Whole thread Raw
In response to Re: POC: make mxidoff 64 bits  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
List pgsql-hackers
On 01/12/2025 14:35, Ashutosh Bapat wrote:
> On Mon, Dec 1, 2025 at 2:23 PM Maxim Orlov <orlovmg@gmail.com> wrote:
>> On Fri, 28 Nov 2025 at 16:17, Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> wrote:
>>> An UPDATE waits for FOR SHARE query to finish, and vice versa. In my
>>> experiments I didn't see an UPDATE creating a multi-xact. Why do we
>>> have UPDATEs in the load created by the test? Am I missing something?
>>
>> As far as I remember, this was done on purpose to create different
>> multixact members statuses randomly.
> 
> In that case, better to include that in the comments.

I think that was indeed the purpose, but the test should use FOR KEY 
SHARE rather than FOR SHARE. Otherwise the UPDATEs don't generate multixids.

- Heikki




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Consistently use palloc_object() and palloc_array()
Next
From: Tomas Vondra
Date:
Subject: Re: increased duration of stats_ext tests with -DCLOBBER_CACHE_ALWAYS