- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit4324ade
committed
Fix optimization for skipping searches for parallel-query hazards.
Fix thinko in commitda1c916: even if the original query was free ofparallel hazards, we might introduce such a hazard by adding PARAM_EXECParam nodes. Adjust is_parallel_safe() so that it will scan the givenexpression whenever any such nodes have been created. Per report fromAndreas Seltenreich.Discussion: <878tse6yvf.fsf@credativ.de>1 parenta734fd5 commit4324ade
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1150 | 1150 |
| |
1151 | 1151 |
| |
1152 | 1152 |
| |
1153 |
| - | |
1154 |
| - | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
1155 | 1161 |
| |
1156 | 1162 |
| |
1157 | 1163 |
| |
|
0 commit comments
Comments
(0)