]> granicus.if.org Git - postgresql/commit
Clean up some variable names in ri_triggers.c
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 28 Feb 2019 14:29:00 +0000 (15:29 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 28 Feb 2019 14:29:00 +0000 (15:29 +0100)
commit0a271df705c98c1cc617078ebd069cf080fa5a16
tree8da7955b33c77ecc12f91324273ef2cb8dbaabd1
parent554ebf687852d045f0418d3242b978b49f160f44
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.
src/backend/utils/adt/ri_triggers.c