Re: pgsql: Introduce CompactAttribute array in TupleDesc - Mailing list pgsql-committers

From David Rowley
Subject Re: pgsql: Introduce CompactAttribute array in TupleDesc
Date
Msg-id CAApHDvqEPBMb-1dum-_JePUhnrzcuSWBp9TJSbv7XBQ8J1oi-w@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Introduce CompactAttribute array in TupleDesc  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Tue, 3 Dec 2024 at 17:55, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Just a gut-level guess, but I'm wondering about something like
> uninitialized fields that happen to work as long as the memory
> was zero to start with.  A run under valgrind might offer insight.

Thanks. I've written about the cause of this in [1].

David

[1] https://postgr.es/m/CAApHDvq%3DGXX%2Bf75AqSGX4JGvtCAXydsOWzNdOSnQNjxwtnG-Aw%40mail.gmail.com



pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Fix use-after-free in parallel_vacuum_reset_dead_items
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix dead code