You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-11 08:50:42 +03:00
PostgreSQL 11 Beta 1 support.
This commit is contained in:
@@ -67,6 +67,7 @@ my $oWalMagicHash =
|
||||
hex('0xD087') => PG_VERSION_95,
|
||||
hex('0xD093') => PG_VERSION_96,
|
||||
hex('0xD097') => PG_VERSION_10,
|
||||
hex('0xD098') => PG_VERSION_11,
|
||||
};
|
||||
|
||||
####################################################################################################################################
|
||||
|
Reference in New Issue
Block a user