1) Fixed an issue where the binary path is not correctly parsed for version 9.6. Fixes #6534

2) Added the default binary path in the container. 
3) Fixed the typo in the documentation.
This commit is contained in:
Akshay Joshi
2021-06-15 19:44:54 +05:30
parent 083509eb97
commit 16d2a3096a
3 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ CA_FILE = '/etc/ssl/certs/ca-certificates.crt'
LOG_FILE = '/dev/null'
HELP_PATH = '../../docs'
DEFAULT_BINARY_PATHS = {
'pg': '/usr/local/pgsql-13',
'pg-13': '/usr/local/pgsql-13',
'pg-12': '/usr/local/pgsql-12',
'pg-11': '/usr/local/pgsql-11',