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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Use is_cidr in INET/CIDR structure, rather than the generic
Дата
Msg-id 20060123214547.7F4EB9DC99A@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Improve wording of descriptions of SIGHUP GUC parameters, as per
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Prototype fix for typo.