1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +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

@ -22,7 +22,7 @@ use pgBackRest::Common::Log;
use pgBackRest::Common::String;
use pgBackRest::Common::Wait;
use pgBackRest::Config::Config;
use pgBackRest::Db;
use pgBackRest::DbVersion;
use pgBackRest::File;
use pgBackRest::FileCommon;
use pgBackRest::Manifest;