Remove nrm_match parameter from fix_upper_expr With the changes in the previous commit, we can now use exact nullingrels matches in all cases when fixing up expressions of upper-level plan nodes that are not joins. Therefore, we can remove the nrm_match parameter from fix_upper_expr(), along with the corresponding field in fix_upper_expr_context.
Author: Richard Guo <[email protected]> Discussion: https://postgr.es/m/cambws482_dfhzq079zpp6c8uvmfdz3jj+4k8tvru9g2bw34...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/3b0991059f33305118d850bb94fc9dca590c4ed6 Modified Files -------------- src/backend/optimizer/plan/setrefs.c | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-)
