Обсуждение: pgsql: Use is_cidr in INET/CIDR structure, rather than the generic

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian)
Дата:
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)