2
0

Try to fix travis

This commit is contained in:
Kris Wehner
2017-01-05 09:49:27 -08:00
parent 9d60e77aa4
commit 8f5875b7b2
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -95,12 +95,14 @@ If you are developing on Unix with domain socket connections:
local pgx_test pgx_none trust
local pgx_test pgx_pw password
local pgx_test pgx_md5 md5
local replication pgx_replication 127.0.0.1/32 md5
If you are developing on Windows with TCP connections:
host pgx_test pgx_none 127.0.0.1/32 trust
host pgx_test pgx_pw 127.0.0.1/32 password
host pgx_test pgx_md5 127.0.0.1/32 md5
host replication pgx_replication 127.0.0.1/32 md5
For replication testing, add the following to your postgresql.conf: