pgsql: Modernize some code a bit

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Modernize some code a bit
Date: 2025-03-28 09:51:46
Message-ID: E1ty6NO-001PAT-0M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Modernize some code a bit

Modernize code in ExecRelCheck() and ExecConstraints() a bit,
preparing the way for some new code.

Co-authored-by: jian he <jian(dot)universality(at)gmail(dot)com>
Reviewed-by: Xuneng Zhou <xunengzhou(at)gmail(dot)com>
Reviewed-by: Navneet Kumar <thanit3111(at)gmail(dot)com>
Reviewed-by: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Discussion: https://postgr.es/m/CACJufxHArQysbDkWFmvK+D1TPHQWWTxWN15cMuUaTYX3xhQXgg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/747ddd38cbf6d32bca496e69c1efb2ae4fe333cc

Modified Files
--------------
src/backend/executor/execMain.c | 35 ++++++++++++++++++-----------------
1 file changed, 18 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-03-28 11:50:53 Re: pgsql: Stablize tests added in 3abe9dc188.
Previous Message Peter Eisentraut 2025-03-28 08:55:36 pgsql: Rename a node field for clarity