Re: [sqlsmith] Failed assertion at relnode.c

2019-03-14 Thread Tom Lane
tushar writes: > While running sqlsmith against 12devel, got the the following > assertion-  (issue is reproducible  on v10/v11 as well) > TRAP: FailedAssertion("!(bms_is_subset(appendrel->lateral_relids, > required_outer))", File: "relnode.c", Line: 1521) Doesn't crash for me, but that's proba

Re: [sqlsmith] Failed assertion at relnode.c

2019-03-14 Thread Amit Langote
On Thu, Mar 14, 2019 at 11:53 PM tushar wrote: > > Hi, > > While running sqlsmith against 12devel, got the the following > assertion- (issue is reproducible on v10/v11 as well) > > TRAP: FailedAssertion("!(bms_is_subset(appendrel->lateral_relids, > required_outer))", File: "relnode.c", Line: 152