Re: Fix uninitialized xl_running_xacts padding - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix uninitialized xl_running_xacts padding
Date
Msg-id ab-RHkucjKUFXgY3@paquier.xyz
Whole thread Raw
In response to Re: Fix uninitialized xl_running_xacts padding  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On Wed, Mar 18, 2026 at 02:18:45PM +0200, Heikki Linnakangas wrote:
> I think if you use "BEGIN; INSERT ...; ROLLBACK;" to generate the dead
> tuples instead of DELETE, it will not be sensitive to concurrent snapshots
> like that.

Nice trick, this makes the test stable.  I have reused it and applied
this part to take care of the coverage hole.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: vectorized CRC on ARM64
Next
From: Andrew Dunstan
Date:
Subject: Re: Non-text mode for pg_dumpall