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/sem/types: more efficiently order UserDefinedTypeMetadata fields
The order of fields of the `types.UserDefinedTypedMetadata` struct,
which is embedded in `types.T`, has been changed to reduce padding
required for word-alignment. The struct size has been reduced from 32
bytes to 24 bytes.
Release note: None
0 commit comments