pgsql: Use is_cidr in INET/CIDR structure, rather than the generic

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use is_cidr in INET/CIDR structure, rather than the generic
Date: 2006-01-23 21:45:47
Message-ID: 20060123214547.7F4EB9DC99A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-23 21:49:39 pgsql: Prototype fix for typo.
Previous Message Tom Lane 2006-01-23 18:16:41 pgsql: Improve wording of descriptions of SIGHUP GUC parameters, as per