Re: Fix bug in multixact Oldest*MXactId initialization and access - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fix bug in multixact Oldest*MXactId initialization and access
Date
Msg-id 1108077.1772563677@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix bug in multixact Oldest*MXactId initialization and access  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Fix bug in multixact Oldest*MXactId initialization and access
List pgsql-hackers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> On 03/03/2026 17:22, Tom Lane wrote:
>> I wonder if we couldn't reduce future maintenance effort for
>> prepared_xacts_1.out by modifying that test script to make an
>> early exit if prepared transactions are disabled.

> +1, I was just thinking the same.

Personally I'd put the exit test after the file's header comment,
but that's just a quibble.  LGTM otherwise.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Lukas Fittl
Date:
Subject: Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Next
From: Nathan Bossart
Date:
Subject: Re: pg_dumpall --roles-only interact with other options