pgsql: Clean up some variable names in ri_triggers.c

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Clean up some variable names in ri_triggers.c
Дата
Msg-id E1gzMjQ-0002sv-Io@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove unnecessary unused MATCH PARTIAL code
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Standardize some more loops that chase down parallel lists.