Fix buildfarm error of 023.ssl_connection.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 10 Sep 2018 02:06:15 +0000 (11:06 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 10 Sep 2018 02:06:15 +0000 (11:06 +0900)
commita67c2bb2bfcc748bc7db62fb8580a87451d95890
tree24b1939ecb1513eba236b1304b52b5b404622802
parentc9bb34a2722025ae9768c29710ef580e32f51acb
Fix buildfarm error of 023.ssl_connection.

It seems CentOS6/7 recognizes "localhost" as IPv6 ::1.

2018-09-08 17:04:06: pid 21508: DETAIL:  no pg_hba.conf entry for host "::1", user "postgres", database "postgres", SSL on

So add following line to pg_hba.conf.

host    all             all             ::1/128                 trust

Let's see if buildfarm still complains.
src/test/regression/tests/023.ssl_connection/test.sh