Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
59985: sql: fail type descriptor validation if referenced descriptor is dropped r=otan a=arulajmani Previously, when a type descriptor was validated for cross references, we weren't checking if the referenced table descriptor was dropped. This seems erroneous, as before a table descriptor is dropped, it should unlink itself from type descriptors that hold a backreference to it. This patch validates as such. Release note: None Co-authored-by: arulajmani <[email protected]>
- Loading branch information