Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alter precedence in favor of ipv4 during resolving (#657)
gpdb test suite requires enabled ipv6 since 7f3c91f. But there is at least one src/test/ssl test that expects resolving to ipv4 address and fails in the ipv6 environment with: ``` psql: FATAL: no pg_hba.conf entry for host "2001:db8:1::242:ac11:2", user "ssltestuser", database "postgres", SSL on pg_regress: cannot read the result (using postmaster on 9f17c91f4c76, port 6000) ``` so we at least temporary try to change precedence of name resolution in favor of ipv4
- Loading branch information