Re: TupleDescAttr bounds checks - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TupleDescAttr bounds checks
Date
Msg-id 3956199.1775313002@sss.pgh.pa.us
Whole thread Raw
In response to Re: TupleDescAttr bounds checks  (Alexander Lakhin <exclusion@gmail.com>)
Responses Re: TupleDescAttr bounds checks
List pgsql-hackers
Alexander Lakhin <exclusion@gmail.com> writes:
> I've found a way to trigger the Assert added in c98ad086a:
> CREATE TABLE t(i int);
> COPY t FROM stdin WHERE tableoid > 0;
> server closed the connection unexpectedly

Good catch.  I bet it's possible to trigger the Assert just above,
too, with a WHERE expression using "t.*".

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: TupleDescAttr bounds checks
Next
From: Nathan Bossart
Date:
Subject: Re: Add pg_stat_autovacuum_priority