pub fn validate_check_merge(
table: &str,
existing: &TableCheck,
incoming: &TableCheck,
columns: &[ColumnDef],
) -> Result<(), SQLError>Expand description
The caller decides whether a local or inherited duplicate is eligible to merge. Existing validation and enforcement states follow PostgreSQL’s directional merge rules.