1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Remove support for PostgreSQL 9.3.

Per our policy to support five EOL versions of PostgreSQL, 9.3 is no longer supported by pgBackRest.

Remove all logic associated with 9.3 and update the tests.
This commit is contained in:
David Steele
2023-11-09 12:59:12 -03:00
committed by GitHub
parent fa5b2d44ad
commit dcf0781987
35 changed files with 203 additions and 405 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ test.pl [options]
--coverage-only only run coverage tests (as a subset of selected tests) for the documentation
Configuration Options:
--psql-bin path to the psql executables (e.g. /usr/lib/postgresql/9.3/bin/)
--psql-bin path to the psql executables (e.g. /usr/lib/postgresql/16/bin/)
--test-path path where tests are executed (defaults to ./test)
--log-level log level to use for test harness (and Perl tests) (defaults to INFO)
--log-level-test log level to use for C tests (defaults to OFF)