pgsql: Clean up some variable names in ri_triggers.c - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Clean up some variable names in ri_triggers.c
Date
Msg-id E1gzMjQ-0002sv-Io@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clean up some variable names in ri_triggers.c

There was a mix of old_slot/oldslot, new_slot/newslot.  Since we've
changed everything from row to slot, we might as well take this
opportunity to clean this up.

Also update some more comments for the slot change.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0a271df705c98c1cc617078ebd069cf080fa5a16

Modified Files
--------------
src/backend/utils/adt/ri_triggers.c | 70 ++++++++++++++++++-------------------
1 file changed, 35 insertions(+), 35 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove unnecessary unused MATCH PARTIAL code
Next
From: Tom Lane
Date:
Subject: pgsql: Standardize some more loops that chase down parallel lists.