[sqlsmith] Failed assertion in analyzejoins.c - Mailing list pgsql-hackers

From Andreas Seltenreich
Subject [sqlsmith] Failed assertion in analyzejoins.c
Date
Msg-id 877fp8uwg5.fsf@credativ.de
Whole thread Raw
Responses Re: [sqlsmith] Failed assertion in analyzejoins.c
List pgsql-hackers
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_rolesas rel_141618058     on (rel_141618057.srvname = rel_141618058.rolname )   on (rel_141617979.type =
rel_141618058.rolpassword)
 
where rel_141618057.srvfdw is not NULL;



pgsql-hackers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: Doubt about AccessExclusiveLock in ALTER TABLE .. SET ( .. );
Next
From: Simon Riggs
Date:
Subject: Re: Freeze avoidance of very large table.