pgsql: Fix version number calculation for data folder flush in pg_combi

2025-10-18 Thread Michael Paquier
Fix version number calculation for data folder flush in pg_combinebackup The version number calculated by read_pg_version_file() is multiplied once by 1, to be able to do comparisons based on PG_VERSION_NUM or equivalents with a minor version included. However, the version number given sync_p

pgsql: Fix version number calculation for data folder flush in pg_combi

2025-10-17 Thread Michael Paquier
Fix version number calculation for data folder flush in pg_combinebackup The version number calculated by read_pg_version_file() is multiplied once by 1, to be able to do comparisons based on PG_VERSION_NUM or equivalents with a minor version included. However, the version number given sync_p

pgsql: Fix version number calculation for data folder flush in pg_combi

2025-10-13 Thread Michael Paquier
Fix version number calculation for data folder flush in pg_combinebackup The version number calculated by read_pg_version_file() is multiplied once by 1, to be able to do comparisons based on PG_VERSION_NUM or equivalents with a minor version included. However, the version number given sync_p