forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3a45321

Etsuro Fujita
Fix thinko in ExecCleanupTupleRouting().
Commit3f2393e changed ExecCleanupTupleRouting() so that it skippedcleaning up subplan resultrels before calling EndForeignInsert(), butthat would cause an issue: when those resultrels were foreign tables,the FDWs would fail to shut down. Repair by skipping it after callingEndForeignInsert() as before.Author: Etsuro FujitaReviewed-by: David Rowley and Amit LangoteDiscussion:https://postgr.es/m/5CAF3B8F.2090905@lab.ntt.co.jp1 parentabb9c63 commit3a45321
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 | 1128 |
| |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
1129 | 1135 |
| |
1130 | 1136 |
| |
1131 | 1137 |
| |
| |||
1142 | 1148 |
| |
1143 | 1149 |
| |
1144 | 1150 |
| |
1145 |
| - | |
1146 |
| - | |
1147 |
| - | |
1148 |
| - | |
1149 |
| - | |
1150 |
| - | |
1151 | 1151 |
| |
1152 | 1152 |
| |
1153 | 1153 |
| |
|
0 commit comments
Comments
(0)