pub fn diff_aggregates(target: &Catalog, source: &Catalog, out: &mut ChangeSet)Expand description
Compute aggregate changes needed to converge target (live) toward source.
Appends all emitted changes to out. Aggregates are managed: a
target-only aggregate (absent from source) IS auto-dropped.