pgsql: Update comments for rewriteTargetListIU().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update comments for rewriteTargetListIU().
Дата
Msg-id E1lampZ-00085z-Vl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update comments for rewriteTargetListIU().

This function's behavior for UPDATE on a trigger-updatable view was
justified by analogy to what preptlist.c used to do for UPDATE on
regular tables.  Since preptlist.c hasn't done that since 86dc90056,
that argument is no longer sensible, let alone convincing.  I think
we do still need it to act that way, so update the comment to explain
why.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/08a986966524e522914b96e4398a4bebf942b298

Modified Files
--------------
src/backend/rewrite/rewriteHandler.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Make a test endure log_error_verbosity=verbose.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix typo in reorderbuffer.c.