v.25.6Improvement
Remove unnecessary call adjustCreateQueryForBackup for replicated databases
Remove unnecessary call adjustCreateQueryForBackup for replicated databases. #80282 (Vitaly Baranov).Why it matters
This change eliminates redundant execution of theadjustCreateQueryForBackup function during backup creation for replicated databases, improving performance and reducing overhead without affecting backup correctness.