forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit920f853
committed
Fix initialization of FDW batching in ExecInitModifyTable
ExecInitModifyTable has to initialize batching for all result relations,not just the first one. Furthermore, when junk filters were necessary,the pointer pointed past the mtstate->resultRelInfo array.Per reports from multiple non-x86 animals (florican, locust, ...).Discussion:https://postgr.es/m/20200628151002.7x5laxwpgvkyiu3q@development1 parent733d670 commit920f853
1 file changed
+21
-10
lines changedLines changed: 21 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2797 | 2797 |
| |
2798 | 2798 |
| |
2799 | 2799 |
| |
| 2800 | + | |
| 2801 | + | |
| 2802 | + | |
2800 | 2803 |
| |
2801 |
| - | |
2802 |
| - | |
2803 |
| - | |
2804 |
| - | |
2805 |
| - | |
2806 |
| - | |
2807 |
| - | |
2808 |
| - | |
2809 |
| - | |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
| 2807 | + | |
| 2808 | + | |
| 2809 | + | |
| 2810 | + | |
| 2811 | + | |
| 2812 | + | |
| 2813 | + | |
| 2814 | + | |
| 2815 | + | |
| 2816 | + | |
| 2817 | + | |
| 2818 | + | |
2810 | 2819 |
| |
2811 |
| - | |
| 2820 | + | |
| 2821 | + | |
| 2822 | + | |
2812 | 2823 |
| |
2813 | 2824 |
| |
2814 | 2825 |
| |
|
0 commit comments
Comments
(0)