pgsql: Update comments for rewriteTargetListIU(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update comments for rewriteTargetListIU().
Date
Msg-id E1lampZ-00085z-Vl@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Make a test endure log_error_verbosity=verbose.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix typo in reorderbuffer.c.