Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0611d10

Browse files
author
vshepard
committed
Change pg_hba.conf default params
1 parent1eb9a92 commit0611d10

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)

[8]ページ先頭

©2009-2025 Movatter.jp