You've already forked pgbackrest
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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user