pub fn diff_extensions(
target: &[Extension],
source: &[Extension],
out: &mut ChangeSet,
)Expand description
Compute extension-level changes needed to converge target toward source.
Pair-by-name semantics: source extensions with schema = None or
version = None match any catalog value for that field.