[pgpool-committers: 5108] pgpool: Fix buildfarm error of 023.ssl_connection.

Tatsuo Ishii ishii at sraoss.co.jp
Mon Sep 10 11:10:25 JST 2018


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.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a67c2bb2bfcc748bc7db62fb8580a87451d95890

Modified Files
--------------
src/test/regression/tests/023.ssl_connection/test.sh | 3 +++
1 file changed, 3 insertions(+)



More information about the pgpool-committers mailing list