pgsql: Use is_cidr in INET/CIDR structure, rather than the generic - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Use is_cidr in INET/CIDR structure, rather than the generic
Date
Msg-id 20060123214547.7F4EB9DC99A@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use is_cidr in INET/CIDR structure, rather than the generic 'type'.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        network.c (r1.58 -> r1.59)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/network.c.diff?r1=1.58&r2=1.59)
    pgsql/src/include/utils:
        inet.h (r1.20 -> r1.21)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/inet.h.diff?r1=1.20&r2=1.21)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve wording of descriptions of SIGHUP GUC parameters, as per
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Prototype fix for typo.