Commit 17bb563a authored by Tom Lane's avatar Tom Lane

Comment out entries for IPv6 localhost connections, since they fail

on machines with no IPv6 support.
parent 5b545644
......@@ -50,8 +50,9 @@
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
local all all trust
host all all 127.0.0.1 255.255.255.255 trust
host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust
host all all ::ffff:127.0.0.1/128 trust
local all all trust
host all all 127.0.0.1 255.255.255.255 trust
# uncomment these to support IPv6 localhost connections
# host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust
# host all all ::ffff:127.0.0.1/128 trust
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment