Re: Assert failure of the cross-check for nullingrels

Jonathan S. Katz <jkatz@postgresql.org>

From: "Jonathan S. Katz" <jkatz@postgresql.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Richard Guo <guofenglinux@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>, rmt@lists.postgresql.org
Date: 2023-05-16T14:27:39Z
Lists: pgsql-hackers
On 5/16/23 9:49 AM, Tom Lane wrote:
> "Jonathan S. Katz" <jkatz@postgresql.org> writes:
>> Is there a specific commit targeted for v16 that introduced this issue?
>> Does it only affect v16 or does it affect backbranches?
> 
> It's part of the outer-join-aware-Vars stuff, so it's my fault ...
> and v16 only.

*nods* thanks. I updated the Open Items page accordingly (doing RMT 
housecleaning today in advance of Beta 1).

Jonathan

Commits

  1. In clause_is_computable_at(), test required_relids for clone clauses.

  2. Tweak API of new function clause_is_computable_at().