aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-03-27 12:31:34 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-03-27 12:32:18 -0400
commit1944cdc98273dbb8439ad9b387ca2858531afcf0 (patch)
tree27807d959a5e210d7569d1df367bc05d615b2549 /src/backend/executor/execMain.c
parent44bd95846a526dd1f69bdc78b3832f2d2de77dd4 (diff)
downloadpostgresql-1944cdc98273dbb8439ad9b387ca2858531afcf0.tar.gz
postgresql-1944cdc98273dbb8439ad9b387ca2858531afcf0.zip
libpq: PQhost to return active connected host or hostaddr
Previously, PQhost didn't return the connected host details when the connection type was CHT_HOST_ADDRESS (i.e., via hostaddr). Instead, it returned the complete host connection parameter (which could contain multiple hosts) or the default host details, which was confusing and arguably incorrect. Change this to return the actually connected host or hostaddr irrespective of the connection type. When hostaddr but no host was specified, hostaddr is now returned. Never return the original host connection parameter, and document that PQhost cannot be relied on before the connection is established. PQport is similarly changed to always return the active connection port and never the original connection parameter. Author: Hari Babu <kommi.haribabu@gmail.com> Reviewed-by: Michael Paquier <michael@paquier.xyz> Reviewed-by: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>
Diffstat (limited to 'src/backend/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions