forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4717fdb
committed
Rely on executor utils to build targetlist for DML RETURNING.
This is useful because it gets rid of the sole direct user ofExecAssignResultType(). A future commit will likely make use of thatand combine creating the targetlist with the initialization of theresult slot. But it seems like good code hygiene anyway.Author: Andres FreundDiscussion:https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de1 parentd02974e commit4717fdb
1 file changed
+4
-6
lines changedLines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1828 | 1828 |
| |
1829 | 1829 |
| |
1830 | 1830 |
| |
1831 |
| - | |
1832 | 1831 |
| |
1833 | 1832 |
| |
1834 | 1833 |
| |
| |||
2068 | 2067 |
| |
2069 | 2068 |
| |
2070 | 2069 |
| |
2071 |
| - | |
2072 |
| - | |
| 2070 | + | |
2073 | 2071 |
| |
2074 | 2072 |
| |
2075 | 2073 |
| |
2076 |
| - | |
| 2074 | + | |
2077 | 2075 |
| |
2078 | 2076 |
| |
2079 | 2077 |
| |
| |||
2126 | 2124 |
| |
2127 | 2125 |
| |
2128 | 2126 |
| |
2129 |
| - | |
| 2127 | + | |
2130 | 2128 |
| |
2131 |
| - | |
| 2129 | + | |
2132 | 2130 |
| |
2133 | 2131 |
| |
2134 | 2132 |
| |
|
0 commit comments
Comments
(0)