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
style: qualify pg_catalog schema references in extension SQL (#271)
Add explicit `pg_catalog.` prefix to all unqualified system catalog
references in extension scripts and update paths (`pg_amproc`,
`pg_opclass`, `pg_am`, `pg_operator`).
0 commit comments