You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
PostgreSQL 11 Beta 1 support.
This commit is contained in:
@ -63,6 +63,10 @@ my $oPgControlVersionHash =
|
||||
{
|
||||
201707211 => PG_VERSION_10,
|
||||
},
|
||||
1100 =>
|
||||
{
|
||||
201804191 => PG_VERSION_11,
|
||||
},
|
||||
};
|
||||
|
||||
####################################################################################################################################
|
||||
|
Reference in New Issue
Block a user