Back out this patch because it is patched inside a later patch.
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 2003 07:00:57 +0000 (07:00 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 2003 07:00:57 +0000 (07:00 +0000)
commite5549a272d922c5d9ed177a823914fdee6ada08d
treef35479de9bd04cdb23e3f4f4650fd283ac03ae4a
parent1cef8ea790e692713c7685b4e8d2a832896d66f3
Back out this patch because it is patched inside a later patch.

---------------------------------------------------------------------------

here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two
address/mask forms:

. address/maskbits, or
. address netmask (as now)

If the patch is accepted I will submit a documentation patch to cover
it.

This is submitted by agreement with Kurt Roeckx, who has worked on a
patch that covers this and other IPv6 issues.
src/backend/libpq/hba.c
src/backend/libpq/ip.c
src/include/libpq/ip.h