forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitead31d1
committed
Remove overly-pessimistic statement about constraint exclusion.
As of 9.2, constraint exclusion should work okay with prepared statements:the planner will try custom plans with actual values of the parameters,and observe that they are a lot cheaper than the generic plan, and thusnever fall back to using the generic plan. Noted by Tatsuhito Kasahara.1 parentd333773 commitead31d1
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2964 | 2964 |
| |
2965 | 2965 |
| |
2966 | 2966 |
| |
2967 |
| - | |
2968 |
| - | |
2969 |
| - | |
2970 |
| - | |
2971 |
| - | |
| 2967 | + | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
| 2971 | + | |
2972 | 2972 |
| |
2973 | 2973 |
| |
2974 | 2974 |
| |
|
0 commit comments
Comments
(0)