On Wed, Feb 18, 2026 at 9:03 PM Sergey Shinderuk
<s.shinderuk@postgrespro.ru> wrote:
> I'm not familiar with the code, just curios. There is a long comment
> above saying "You might think we need to adjust var->varnullingrels, but
> that shouldn't need any changes." Doesn't it need an update?
No, I don't think we need to update it. That comment explains why
varnullingrels do not require translation (since they are outer join
relids, not baserel relids). It's unrelated to what this patch does,
which is about propagating varnullingrels into the translated Var.
- Richard