pgsql-server/src backend/libpq/hba.c backend/l ... - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server/src backend/libpq/hba.c backend/l ...
Date
Msg-id 20030612070057.8191930E6C7@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/06/12 04:00:57

Modified files:
    src/backend/libpq: hba.c ip.c
    src/include/libpq: ip.h

Log message:
    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.


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/src/interfaces/python setup.py
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/ /configure /configure.in onfig/c ...