Skip to content

Commit a19da86

Browse files
authored
Merge pull request #7 from Bearsampp/october
Fixes issue #220 was missing ipv6 lines
2 parents 71ce45c + 99673b8 commit a19da86

8 files changed

Lines changed: 15 additions & 8 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# TYPE DATABASE USER ADDRESS METHOD
2-
host all all 127.0.0.1/32 trust
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust

bin/postgresql11.3/pg_hba.conf.ber

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# TYPE DATABASE USER ADDRESS METHOD
2-
host all all 127.0.0.1/32 trust
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# TYPE DATABASE USER ADDRESS METHOD
2-
host all all 127.0.0.1/32 trust
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust

bin/postgresql13.7/pg_hba.conf.ber

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# TYPE DATABASE USER ADDRESS METHOD
2-
host all all 127.0.0.1/32 trust
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust

bin/postgresql13.8/pg_hba.conf.ber

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# TYPE DATABASE USER ADDRESS METHOD
2-
host all all 127.0.0.1/32 trust
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust

bin/postgresql14.4/pg_hba.conf.ber

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# TYPE DATABASE USER ADDRESS METHOD
2-
host all all 127.0.0.1/32 trust
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust

bin/postgresql14.5/pg_hba.conf.ber

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# TYPE DATABASE USER ADDRESS METHOD
2-
host all all 127.0.0.1/32 trust
2+
host all all 127.0.0.1/32 trust
3+
host all all ::1/128 trust

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = postgresql
2-
bundle.release = 2022.08.28
2+
bundle.release = 2022.09.13
33
bundle.type = bins
44
bundle.format = 7z
55

0 commit comments

Comments
 (0)