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
sql/catalog: fix object renames for PCR reader catalogs
Previously, the PCR reader catalog would only delete namespace entries
for a descriptor if it was not modified. This meant the reader catalog
logic could leave behind stale entries in the system.namespace table
after a object was renamed. To address this, this patch detects if an
object is renamed, and allows the old namespace entry to be deleted.
Fixes: #142828
Release note (bug fix): PCR reader catalogs could have orphan rows in
system.namespace after a object is renamed.
0 commit comments