forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitff8f710
committed
Prefer actual constants to pseudo-constants in equivalence class machinery.
generate_base_implied_equalities_const() should prefer plain Consts overother em_is_const eclass members when choosing the "pivot" value thatall the other members will be equated to. This makes it more likely thatthe generated equalities will be useful in constraint-exclusion proofs.Per report from Rushabh Lathia.1 parent5110a96 commitff8f710
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
768 | 768 |
| |
769 | 769 |
| |
770 | 770 |
| |
771 |
| - | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
772 | 777 |
| |
773 | 778 |
| |
774 | 779 |
| |
775 | 780 |
| |
776 | 781 |
| |
777 | 782 |
| |
778 | 783 |
| |
779 |
| - | |
| 784 | + | |
| 785 | + | |
780 | 786 |
| |
781 | 787 |
| |
782 | 788 |
| |
|
0 commit comments
Comments
(0)