forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit47d2347
committed
Properly mark mergeable/hashable equality operators (found by opr_sanity
testing). Combine the formerly independent opclasses for the variousISN types into opfamilies. The latter causes some extra bleating fromopr_sanity, since the module doesn't provide complete sets of cross-typeoperators, but it's still a good idea because it will give the plannermore information to work with. The missing cross-type operators no longerpose a risk of unexpected planner errors in 8.3, so there's no need toinsist on filling them in (and I gather it wouldn't be very soundsemantically to add them all).1 parentf8203f9 commit47d2347
1 file changed
+485
-361
lines changed0 commit comments
Comments
(0)