Have config_sspi_auth() permit IPv6 localhost connections.

Noah Misch <noah@leadboat.com>

Commit: 7bb78b2acacb0acf0858430b267d41613f8a8dd3
Author: Noah Misch <noah@leadboat.com>
Date: 2014-12-25T19:03:21Z
Releases: 9.2.10
Have config_sspi_auth() permit IPv6 localhost connections.

Windows versions later than Windows Server 2003 map "localhost" to ::1.
Account for that in the generated pg_hba.conf, fixing another oversight
in commit f6dc6dd5ba54d52c0733aaafc50da2fbaeabb8b0.  Back-patch to 9.0,
like that commit.

David Rowley and Noah Misch

Files

PathChange+/−
src/test/regress/pg_regress.c modified +26 −0
src/tools/msvc/Mkvcbuild.pm modified +4 −0