pgsql: Remove nrm_match parameter from fix_upper_expr

From: Richard Guo <rguo(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove nrm_match parameter from fix_upper_expr
Date: 2026-07-08 03:02:40
Message-ID: E1whIYa-0005ZP-1H@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <guofenglinux(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAMbWs482_DFHzQ079ZPp6c8UvmFdz3Jj+4K8tVRu9g2Bw34NPA@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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2026-07-08 03:20:07 pgsql: pg_recvlogical: send final feedback on SIGINT/SIGTERM shutdown
Previous Message Erik Rijkers 2026-07-08 02:26:10 Re: pgsql: Cleanup comments/docs around the new shmem request callbacks