Re: [sqlsmith] Failed assertion at relnode.c
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: tushar <tushar.ahuja@enterprisedb.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-03-14T16:07:03Z
Lists: pgsql-hackers
tushar <tushar.ahuja@enterprisedb.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
Commits
-
Ensure dummy paths have correct required_outer if rel is parameterized.
- 0a9d7e1f6d81 12.0 landed
- 98f8ffa18ebe 9.4.22 landed
- 71288846efc8 9.5.17 landed
- d4b754c876d3 10.8 landed
- 5b866005c8b0 11.3 landed
- 0255329a780f 9.6.13 landed