Re: [sqlsmith] Failed assertion at relnode.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [sqlsmith] Failed assertion at relnode.c
Date: 2019-03-14 16:07:03
Message-ID: 2331.1552579623@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

tushar <tushar(dot)ahuja(at)enterprisedb(dot)com> 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 probably because I just fixed bug #15694,
which looks like the same thing. Thanks for the report though!

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2019-03-14 16:16:51 Re: hyrax vs. RelationBuildPartitionDesc
Previous Message Robert Haas 2019-03-14 16:02:10 Re: why doesn't DestroyPartitionDirectory hash_destroy?