1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Database version refactoring.

* Refactor db version constants into a separate module.
* Update synthetic backup tests to PostgreSQL 9.4.
This commit is contained in:
David Steele
2016-08-11 22:35:24 -04:00
parent bff262ac47
commit 17b79d6279
25 changed files with 2228 additions and 2197 deletions

View File

@@ -14,7 +14,7 @@ use Exporter qw(import);
our @EXPORT = qw();
use pgBackRest::Common::Log;
use pgBackRest::Db;
use pgBackRest::DbVersion;
####################################################################################################################################
# VM hash keywords