Обсуждение: pgsql: Update comments for rewriteTargetListIU().

Поиск
Список
Период
Сортировка

pgsql: Update comments for rewriteTargetListIU().

От
Tom Lane
Дата:
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(-)