Re: BUG #17619: AllocSizeIsValid violation in parallel hash join
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Thomas Munro <thomas.munro@gmail.com>,
Dmitry Astapov <dastapov@gmail.com>,
pgsql-bugs@lists.postgresql.org
Date: 2022-09-27T16:24:08Z
Lists: pgsql-bugs
Peter Geoghegan <pg@bowt.ie> writes: > On Fri, Sep 23, 2022 at 6:31 PM Peter Geoghegan <pg@bowt.ie> wrote: >> Uh, why is it okay that we don't zero-initialize memory used for >> things like PARALLEL_KEY_BUFFER_USAGE and PARALLEL_KEY_WAL_USAGE? > Ping? I'm pretty sure that this needs to be fixed. That scares me too, but how come things aren't falling over routinely? Can we even make a test case where it breaks? I think I'd personally prefer to treat such memory more like we treat palloc'd memory, ie there's *not* a guarantee of zero initialization and indeed testing builds intentionally clobber it. regards, tom lane
Commits
-
Fix rare sharedtuplestore.c corruption.
- d95dcc9ab5f8 11.19 landed
- b55303792afe 12.14 landed
- 1a5afe007779 13.10 landed
- 2f65b84683b7 14.7 landed
- d9f5345bf907 15.2 landed
- ffcf6f4cfca5 16.0 landed
-
Initialize index stats during parallel VACUUM.
- 662ba729a67e 16.0 cited
-
Stamp 13.8.
- 4bc493d14409 13.8 cited