diff options
author | Noah Misch <noah@leadboat.com> | 2015-11-08 17:28:53 -0500 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2015-11-08 17:29:47 -0500 |
commit | bdb42bac3c96a5affe5e476a56b85562b2ed0da9 (patch) | |
tree | 4ca5aeb07618011a1a2cea22a38e8165de81be04 /src/backend/executor/nodeFunctionscan.c | |
parent | 5daafafe74e23f9e6a8971820b4233565a837b77 (diff) | |
download | postgresql-bdb42bac3c96a5affe5e476a56b85562b2ed0da9.tar.gz postgresql-bdb42bac3c96a5affe5e476a56b85562b2ed0da9.zip |
Don't connect() to a wildcard address in test_postmaster_connection().
At least OpenBSD, NetBSD, and Windows don't support it. This repairs
pg_ctl for listen_addresses='0.0.0.0' and listen_addresses='::'. Since
pg_ctl prefers to test a Unix-domain socket, Windows users are most
likely to need this change. Back-patch to 9.1 (all supported versions).
This could change pg_ctl interaction with loopback-interface firewall
rules. Therefore, in 9.4 and earlier (released branches), activate the
change only on known-affected platforms.
Reported (bug #13611) and designed by Kondo Yuta.
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions