forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd06aba2
committed
Fix parent node of WCO expressions in partitioned tables.
Sinceedd4473 WCO expressions of partitioned tables areinitialized with the first subplan as parent. That's not correct, asthe correct context is the ModifyTableState node. That's also what isused for RETURNING processing, initialized nearby.This appears not to cause any visible problems for in core code, butis problematic for in development patch.Discussion:https://postgr.es/m/20180303043818.tnvlo243bgy7una3@alap3.anarazel.de1 parent854dd8c commitd06aba2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 |
| - | |
| 416 | + | |
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
|
0 commit comments
Comments
(0)