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
Remove user-selectable ANALYZE option for range types.
It's not clear that a per-datatype typanalyze function would be any moreuseful than a generic typanalyze for ranges. What *is* clear is thatletting unprivileged users select typanalyze functions is a crash risk orworse. So remove the option from CREATE TYPE AS RANGE, and instead put ina generic typanalyze function for ranges. The generic function doesnothing as yet, but hopefully we'll improve that before 9.2 release.