1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Update PostgreSQL 13 test catalog versions missed in 6bb111c1.

These values are not used by the Perl integration tests so maybe it would be better to remove them, but for now just update since they should not be changing again for PG13.
This commit is contained in:
David Steele 2020-09-17 12:39:30 -04:00
parent 9db3143973
commit 4cd61152f5
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ my $oPgControlVersionHash =
},
1300 =>
{
202005171 => PG_VERSION_13,
202007201 => PG_VERSION_13,
},
};

View File

@ -238,7 +238,7 @@ sub dbCatalogVersion
&PG_VERSION_10 => 201707211,
&PG_VERSION_11 => 201806231,
&PG_VERSION_12 => 201909212,
&PG_VERSION_13 => 202005171,
&PG_VERSION_13 => 202007201,
};
if (!defined($hCatalogVersion->{$strPgVersion}))