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
Eliminate pg_rewrite.ev_attr column and related dead code.
Commit95ef6a3 removed theability to create rules on an individual column as of 7.3, butleft some residual code which has since been useless. This cleansup that dead code without any change in behavior other thandropping the useless column from the catalog.