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

From Alexander Kuzmenkov
Subject Re: Fix uninitialized xl_running_xacts padding
Date
Msg-id CALzhyqxrc1ZHYmf5V8NE+yMboqVg7xZrQM7K2c7VS0p1v8z42w@mail.gmail.com
Whole thread
In response to Re: Fix uninitialized xl_running_xacts padding  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Fix uninitialized xl_running_xacts padding
Re: Fix uninitialized xl_running_xacts padding
List pgsql-hackers
I have removed the unnecessary memsets (for structs with no padding). With these changes, and removing the two WAL-related suppressions, the make installcheck under Valgrind passes. The second patch is a small addition to the hash index test that exercises the "vacuum one page" path we discussed above.
Attachment

pgsql-hackers by date:

Previous
From: Ayush Tiwari
Date:
Subject: Proposal: Prevent Primary/Standby SLRU divergence during MultiXact truncation
Next
From: "Greg Burd"
Date:
Subject: Re: Expanding HOT updates for expression and partial indexes