v.25.6Improvement

Remove unnecessary call adjustCreateQueryForBackup for replicated databases

Remove unnecessary call adjustCreateQueryForBackup for replicated databases. #80282 (Vitaly Baranov).
Removed unnecessary calls to adjustCreateQueryForBackup for replicated databases to optimize backup creation process.

Why it matters

This change eliminates redundant execution of the adjustCreateQueryForBackup function during backup creation for replicated databases, improving performance and reducing overhead without affecting backup correctness.

How to use it

No user action is required. The optimization is applied automatically when creating backups for replicated databases in ClickHouse.