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

From Tom Lane
Subject Re: pgsql: Introduce CompactAttribute array in TupleDesc
Date
Msg-id 1732556.1733201702@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Introduce CompactAttribute array in TupleDesc  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: pgsql: Introduce CompactAttribute array in TupleDesc
List pgsql-committers
David Rowley <dgrowleyml@gmail.com> writes:
> I am looking at the buildfarm. It's fairly apparent that I've broken
> something. I'm planning on reverting this shortly.

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.

            regards, tom lane



pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Revert "Introduce CompactAttribute array in TupleDesc"
Next
From: Jeff Davis
Date:
Subject: pgsql: Fix unintentional behavior change in commit e9931bfb75.