Commit 4717fdb
committed
Rely on executor utils to build targetlist for DML RETURNING.
This is useful because it gets rid of the sole direct user of
ExecAssignResultType(). A future commit will likely make use of that
and combine creating the targetlist with the initialization of the
result slot. But it seems like good code hygiene anyway.
Author: Andres Freund
Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de1 parent d02974e commit 4717fdb
1 file changed
+4
-6
lines changed| 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