We have just finished porting the old KAME IPv6 patch over to
authorBruce Momjian <bruce@momjian.us>
Fri, 6 Dec 2002 03:46:37 +0000 (03:46 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 6 Dec 2002 03:46:37 +0000 (03:46 +0000)
commit8fc86dd593b9e9a2b24779e263ad33c37e15c9f9
tree39402a6de176f209744c1fdedbcc18c28352f34e
parent87cba401a48feff7e547f59fb7ead1a1ab99042a
We have just finished porting the old KAME IPv6 patch over to
postgresql version 7.3, but yea... this patch adds full IPv6
support to postgres. I've tested it out on 7.2.3 and has
been running perfectly stable.

CREDITS:
 The KAME Project  (Initial patch)
 Nigel Kukard  <nkukard@lbsd.net>
 Johan Jordaan  <johanj@lando.co.za>
12 files changed:
configure
configure.in
src/backend/libpq/Makefile
src/backend/libpq/auth.c
src/backend/libpq/hba.c
src/backend/libpq/pg_hba.conf.sample
src/backend/libpq/pqcomm.c
src/backend/postmaster/postmaster.c
src/include/libpq/libpq.h
src/include/libpq/pqcomm.h
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-connect.c