- Notifications
You must be signed in to change notification settings - Fork28
Commit9155b4b
committed
Do no reset bounded before incremental sort rescan
ExecReScanIncrementalSort was resetting bounded=false, which means theoptimization would be disabled on all rescans. This happens becauseExecSetTupleBound is called before the rescan, not after it.Author: James ColemanReviewed-by: Tomas VondraDiscussion:https://postgr.es/m/20200414065336.GI1492@paquier.xyz1 parentc442722 commit9155b4b
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1142 | 1142 |
| |
1143 | 1143 |
| |
1144 | 1144 |
| |
1145 |
| - | |
1146 | 1145 |
| |
1147 | 1146 |
| |
1148 | 1147 |
| |
|
0 commit comments
Comments
(0)