You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Other options cannot be changed, as it's not totally clear if cached planswould need to be invalidated if one of the other options change. Selectivityestimator functions only change plan costs, not correctness of plans, sothose should be safe.Original patch by Uriy Zhuravlev, heavily edited by me.