Re: TupleDescAttr bounds checks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TupleDescAttr bounds checks
Дата
Msg-id 3956199.1775313002@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TupleDescAttr bounds checks  (Alexander Lakhin <exclusion@gmail.com>)
Ответы Re: TupleDescAttr bounds checks
Список 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 по дате отправления: