Justin Pryzby <[email protected]> writes:
> On Wed, Sep 15, 2021 at 07:53:49PM -0400, Tom Lane wrote:
>> Jaime Casanova <[email protected]> writes:
>>> Here's another crash caught by sqlsmith.
>> Fun. Looks like it fails back to v12, but not in v11,
>> so it's some optimization we added in v12 that's at fault.
> It seems to be a regression (?) in 12.6 (2021-02-11), from
> | 1cce024fd2 Fix pull_varnos' miscomputation of relids set for a
> PlaceHolderVar.
Yeah, that patch still had a hole in it. Fix pushed,
thanks for the report!
regards, tom lane