mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Allow pg_upgrade to honor libpq environment variables. Add 'local'
checks for PGHOST and PGHOSTADDR.
This commit is contained in:
@ -149,7 +149,7 @@ setup(char *argv0, bool live_check)
|
||||
* make sure the user has a clean environment, otherwise, we may confuse
|
||||
* libpq when we connect to one (or both) of the servers.
|
||||
*/
|
||||
check_for_libpq_envvars();
|
||||
check_pghost_envvar();
|
||||
|
||||
verify_directories();
|
||||
|
||||
|
Reference in New Issue
Block a user