1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

New CI container build for PostgreSQL 17 beta1.

Update the catalog version for beta 1 so pgbackrest will not work with any prior development versions.

Also improve the integration/all test so the catalog version does not need to be updated again during the beta period.
This commit is contained in:
David Steele
2024-05-24 12:24:11 +10:00
parent c401ae8fb8
commit 899b892788
5 changed files with 15 additions and 15 deletions

View File

@ -169,7 +169,7 @@ Types from src/include/catalog/catversion.h
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 202404021
#define CATALOG_VERSION_NO 202405161
#elif PG_VERSION >= PG_VERSION_16