[sqlsmith] Failed assertion in analyzejoins.c

Started by Andreas Seltenreichover 10 years ago2 messages
#1Andreas Seltenreich
seltenreich@gmx.de

Hi,

this one was in today's sqlsmith harvest. It triggers an assertion in
current master (c030dc4).

regards,
Andreas

-- TRAP: FailedAssertion("!(!bms_is_empty(phinfo->ph_eval_at))", File: "analyzejoins.c", Line: 474)
select
rel_141618057.srvfdw as c0,
rel_141618057.srvversion as c1
from
public.tv as rel_141617979
right join pg_catalog.pg_foreign_server as rel_141618057
left join pg_catalog.pg_roles as rel_141618058
on (rel_141618057.srvname = rel_141618058.rolname )
on (rel_141617979.type = rel_141618058.rolpassword )
where rel_141618057.srvfdw is not NULL;

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andreas Seltenreich (#1)
Re: [sqlsmith] Failed assertion in analyzejoins.c

Andreas Seltenreich <seltenreich@gmx.de> writes:

this one was in today's sqlsmith harvest. It triggers an assertion in
current master (c030dc4).

Fixed, thanks.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers