diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-12-01 14:36:39 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-12-01 14:36:39 -0500 |
commit | 11003eb55658df0caf183eef69c7a97d56a4f2d7 (patch) | |
tree | dd07f1c196ff16f451513a8ef2aabcd261957034 /src/backend/access/transam/parallel.c | |
parent | a01a5013d9fa223a2e1b8ec1c6c6c2a47a6b808a (diff) | |
download | postgresql-11003eb55658df0caf183eef69c7a97d56a4f2d7.tar.gz postgresql-11003eb55658df0caf183eef69c7a97d56a4f2d7.zip |
libpq: Fix inadvertent change in PQhost() behavior.
Commit 274bb2b3857cc987cfa21d14775cae9b0dababa5 caused PQhost() to
return the value of the hostaddr parameter rather than the relevant
host when the latter parameter was specified. That's wrong. Commit
9a1d0af4ad2cbd419115b453d811c141b80d872b then amplified the damage by
using PQhost() in more places, so that the SSL test suite started
failing.
Report by Andreas Karlsson; patch by me.
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions