forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit08a9869
committed
Update comments for rewriteTargetListIU().
This function's behavior for UPDATE on a trigger-updatable view wasjustified by analogy to what preptlist.c used to do for UPDATE onregular tables. Since preptlist.c hasn't done that since86dc900,that argument is no longer sensible, let alone convincing. I thinkwe do still need it to act that way, so update the comment to explainwhy.1 parent59773da commit08a9869
1 file changed
+4
-6
lines changedLines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
681 | 681 |
| |
682 | 682 |
| |
683 | 683 |
| |
684 |
| - | |
685 |
| - | |
686 |
| - | |
687 |
| - | |
688 |
| - | |
689 |
| - | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
690 | 688 |
| |
691 | 689 |
| |
692 | 690 |
| |
|
0 commit comments
Comments
(0)