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
Acquire appropriate locks when rewriting during RMV.
Since the query has not been freshly parsed when executing REFRESHMATERIALIZED VIEW, locks must be explicitly taken before rewrite.Backpatch to 9.3.Andres Freund