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