-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unary operator inverses #27111
base: main
Are you sure you want to change the base?
Conversation
So, But before merging, we need to fix some
(I've checked that this output is consistent with Postgres.) |
Btw. I'm planning to extend |
Well, this being green means it isn't doing anything on our test slts. I think there is at least one prod workload that would technically benefit from this, though no ideas if it unlocks any news plans. |
@mgree could probably tell you how much this situation (or the generalized version, with other casts) occurs in customer plans. |
I'm less certain about how bad the impact would be---if the
Would you like me to run this analysis? Would probably only take a few minutes this afternoon. |
Hmm, interesting! Responded there.
That would be great, thank you! It's hard for me to judge at the moment how often this might occur in customer plans, so it would be great to have actual data on this. |
I ended up getting side-tracked with Frank today; I can take a look at this next time I'm online. |
A better version of #27109
Motivation
Tips for reviewer
Checklist
$T ⇔ Proto$T
mapping (possibly in a backwards-incompatible way), then it is tagged with aT-proto
label.