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:
parent
9db3143973
commit
4cd61152f5
@ -111,7 +111,7 @@ my $oPgControlVersionHash =
|
||||
},
|
||||
1300 =>
|
||||
{
|
||||
202005171 => PG_VERSION_13,
|
||||
202007201 => PG_VERSION_13,
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -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}))
|
||||
|
Loading…
x
Reference in New Issue
Block a user