summaryrefslogtreecommitdiff
path: root/src/backend/libpq
diff options
context:
space:
mode:
authorBruce Momjian2004-10-06 09:13:10 +0000
committerBruce Momjian2004-10-06 09:13:10 +0000
commit4542581bf1120c0ce706ee6029a723abc8147d60 (patch)
tree4e86018e25cfb2c0c6873fd509a2d10b022dcd59 /src/backend/libpq
parentc93872d891239b13b3c0c985e3f69bfa5a3cd8a3 (diff)
Adjustment to test on unix domain socket variable for pg_hba.conf
default settings, rather than just Win32.
Diffstat (limited to 'src/backend/libpq')
-rw-r--r--src/backend/libpq/pg_hba.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample
index d3213d94587..063fc5fddea 100644
--- a/src/backend/libpq/pg_hba.conf.sample
+++ b/src/backend/libpq/pg_hba.conf.sample
@@ -60,8 +60,8 @@
# TYPE DATABASE USER CIDR-ADDRESS METHOD
-@remove-line-for-win32@# "local" is for Unix domain socket connections only
-@remove-line-for-win32@local all all @authmethod@
+@remove-line-for-nolocal@# "local" is for Unix domain socket connections only
+@remove-line-for-nolocal@local all all @authmethod@
# IPv4 local connections:
host all all 127.0.0.1/32 @authmethod@
# IPv6 local connections: