1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +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
@@ -26,7 +26,6 @@ use pgBackRest::Common::Log;
use pgBackRest::Common::String;
use pgBackRest::Common::Wait;
use pgBackRest::Config::Config;
use pgBackRest::Db;
use pgBackRest::File;
use pgBackRest::Manifest;