Upgraded pg_probackup to version 2.5.10, which provides optimizations and bugfixes. Notable changes are as follows:
- pg_probackup works with PostgresSQL 15
- Optimized CFM files backup by truncating them and storing the CRC computed before the truncation.
- Fixed an issue with checkdb --amcheck, which previously completed with an error when the checked database contained partitioned indexes.
- Fixed a backup failure on a replica that occurred because the version of the pg_probackup agent running there was different from that on the master.