Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0611d10

Browse files
author
vshepard
committed
Change pg_hba.conf default params
1 parent 1eb9a92 commit 0611d10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testgres/node.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,8 @@ def get_auth_method(t):
530530
u"host\treplication\tall\t::1/128\t\t{}\n".format(auth_host),
531531
u"host\treplication\tall\t{}/24\t\t{}\n".format(subnet_base, auth_host),
532532
u"host\tall\tall\t{}/24\t\t{}\n".format(subnet_base, auth_host),
533-
u"host\tall\tall\tall\t{}\n".format(auth_host)
533+
u"host\tall\tall\tall\t{}\n".format(auth_host),
534+
u"host\treplication\tall\tall\t{}\n".format(auth_host)
534535
] # yapf: disable
535536

536537
# write missing lines

0 commit comments

Comments
 (0)