Commit b9b36ae
committed
fix(postgres): infer nullability for computed expressions at outer-join boundaries
Walk each Left/Right join node's own outputs (not just its children),
marking those not pass-through from the preserved-side child. Tolerate
redundant outer parens in EXPLAIN deparse so root `((expr))` matches the
join's `(expr)`. Add real-PG-derived regression tests.1 parent 691420b commit b9b36ae
1 file changed
Lines changed: 766 additions & 32 deletions
0 commit comments