sql: add FormatVersion field to PrivilegeDescriptor #51930
Labels
A-schema-descriptors
Relating to SQL table/db descriptor handling.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
After adding ownership to PrivilegeDescriptors, to be able to validate ownership, we have to know the version of the PrivilegedDescriptor.
Versions before the addition of the ownership field are allowed to have an empty owner field whereas versions after should have owners.
The text was updated successfully, but these errors were encountered: