Re: pgsql: Introduce CompactAttribute array in TupleDesc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Introduce CompactAttribute array in TupleDesc
Date: 2024-12-03 04:55:02
Message-ID: 1732556.1733201702@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

David Rowley <dgrowleyml(at)gmail(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-12-03 06:03:48 pgsql: Fix unintentional behavior change in commit e9931bfb75.
Previous Message David Rowley 2024-12-03 04:13:13 pgsql: Revert "Introduce CompactAttribute array in TupleDesc"