Re: TupleDescAttr bounds checks - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TupleDescAttr bounds checks
Date
Msg-id 3956971.1775313533@sss.pgh.pa.us
Whole thread Raw
In response to Re: TupleDescAttr bounds checks  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: TupleDescAttr bounds checks
List pgsql-hackers
I wrote:
> Good catch.  I bet it's possible to trigger the Assert just above,
> too, with a WHERE expression using "t.*".

Oh, scratch that, I didn't read the code just above this loop.
But I bet this loop should throw an error for system columns, too,
since we surely won't have computed those either.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: vectorized CRC on ARM64
Next
From: Bruce Momjian
Date:
Subject: PG 19 release notes and authors