sql,descpb: remove descpb.MaybeFixPrivileges #61070
Labels
A-schema-descriptors
Relating to SQL table/db descriptor handling.
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
... or at the very least, only ever call it in descriptor constructors like
NewMaybeFilledInMutable
.Currently, this function is called in descriptor validation methods. Validation methods shouldn't mutate the descriptor. In fact, ideally, nothing should, unless it's an explicit method on a
Mutable
type likeSetPrimaryIndex
or whatever.The text was updated successfully, but these errors were encountered: