Update comments for rewriteTargetListIU().
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Apr 2021 22:02:03 +0000 (18:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Apr 2021 22:02:03 +0000 (18:02 -0400)
commit08a986966524e522914b96e4398a4bebf942b298
tree73c1300086e7a65dadafbf5f3daca889fb0a6213
parent59773da2b132ced19c84ff1f69b53b5cf95fd69e
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.
src/backend/rewrite/rewriteHandler.c