Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
dc87ea75
Commit
dc87ea75
authored
Jan 26, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; at
suggestion of Peter.
parent
677d7781
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
src/backend/Makefile
src/backend/Makefile
+1
-11
No files found.
src/backend/Makefile
View file @
dc87ea75
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.9
2 2003/01/07 15:12:17
momjian Exp $
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.9
3 2003/01/26 01:19:22
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -132,14 +132,7 @@ ifeq ($(MAKE_DLL), true)
endif
endif
$(MAKE)
-C
catalog install-data
ifdef
HAVE_IPV6
$(INSTALL_DATA)
$(srcdir)
/libpq/pg_hba.conf.sample
$(DESTDIR)$(datadir)
/pg_hba.conf.sample
else
grep
-v
'^host.*::1.*ffff:ffff:ffff:ffff:ffff:ffff'
\
$(srcdir)
/libpq/pg_hba.conf.sample
\
>
$(srcdir)
/libpq/pg_hba.conf.sample.no_ipv6
$(INSTALL_DATA)
$(srcdir)
/libpq/pg_hba.conf.sample.no_ipv6
$(DESTDIR)$(datadir)
/pg_hba.conf.sample
endif
$(INSTALL_DATA)
$(srcdir)
/libpq/pg_service.conf.sample
$(DESTDIR)$(datadir)
/pg_service.conf.sample
$(INSTALL_DATA)
$(srcdir)
/libpq/pg_ident.conf.sample
$(DESTDIR)$(datadir)
/pg_ident.conf.sample
$(INSTALL_DATA)
$(srcdir)
/utils/misc/postgresql.conf.sample
$(DESTDIR)$(datadir)
/postgresql.conf.sample
...
...
@@ -191,9 +184,6 @@ clean:
rm
-f
postgres
$(X)
$(POSTGRES_IMP)
\
$(top_srcdir)
/src/include/parser/parse.h
\
$(top_builddir)
/src/include/utils/fmgroids.h
ifndef
HAVE_IPV6
rm
-f
$(srcdir)
/libpq/pg_hba.conf.sample.no_ipv6
endif
ifeq
($(PORTNAME), win)
rm
-f
postgres.dll postgres.def libpostgres.a
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment