Robins Tharakan <[email protected]> writes: > Since this commit, my test setup is triggering asserts every few minutes. > The repro SQL itself doesn't make much sense, but it's the smallest I could > narrow it down to:
> create table t1(a int);
> create table t2(a int);
> SELECT table_catalog AS c2
> FROM public.t1
> INNER JOIN (t2
> LEFT JOIN information_schema.column_udt_usage ON NULL)
> ON NULL;
Thanks, I'll take a look.
regards, tom lane
