pgsql: Refactor variable names in remove_self_joins_one_group() - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Refactor variable names in remove_self_joins_one_group()
Date
Msg-id E1uqqpz-001k6L-0g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refactor variable names in remove_self_joins_one_group()

Rename inner and outer to rrel and krel, respectively, to highlight their
connection to r and k indexes.  For the same reason, rename imark and omark
to rmark and kmark.

Discussion: https://postgr.es/m/18c6bd6c-6d2a-419a-b0da-dfedef34b585%40gmail.com
Author: Andrei Lepikhov <lepihov@gmail.com>
Reviewed-by: Greg Sabino Mullane <htamfids@gmail.com>
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d713cf9b65ae1e7090a62c83bd78dec867871185

Modified Files
--------------
src/backend/optimizer/plan/analyzejoins.c | 50 +++++++++++++++----------------
1 file changed, 25 insertions(+), 25 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Raise C requirement to C11
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Refactor variable names in remove_self_joins_one_group()