Re: Fix uninitialized xl_running_xacts padding
Alexander Kuzmenkov <akuzmenkov@tigerdata.com>
From: Alexander Kuzmenkov <akuzmenkov@tigerdata.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>, Andres Freund <andres@anarazel.de>, Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>, Bertrand Drouvot <bertranddrouvot.pg@gmail.com>,
Thomas Munro <thomas.munro@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2026-03-18T10:42:53Z
Lists: pgsql-hackers
On Wed, Mar 18, 2026 at 7:59 AM Michael Paquier <michael@paquier.xyz> wrote: > Hmm. If I take this SQL sequence independently or with an > installcheck, the one-page VACUUM path is taken during the final > INSERT, but that's not the case of a `make check`. Could this be made > more stable? I have not spent a lot of time on it, so I may be > missing something obvious, of course. I think this might be caused by "make check" running many tests in parallel, so the deleting transaction is visible to some snapshots, and the cleanup is not done. Not sure what's the best way to improve this.
Commits
-
Add test for single-page VACUUM of hash index on INSERT
- 1f7947a48d0c 19 (unreleased) landed