pgsql/src/include/catalog (pg_proc.h)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/catalog (pg_proc.h)
Дата
Msg-id 200008032307.e73N7n716391@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, August  3, 2000 @ 19:07:49
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/catalog
     from hub.org:/home/projects/pgsql/tmp/cvs-serv16370/include/catalog

Modified Files:
    pg_proc.h

-----------------------------  Log Message  -----------------------------

Convert inet-related functions to new fmgr style.  I have also taken it
on myself to do something about the non-self-consistency of the inet
comparison functions.  The results are probably still semantically wrong
(inet and cidr should have different comparison semantics, I think)
but at least the boolean operators now agree with each other and with
the sort order of indexes on inet/cidr.

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/adt (mac.c network.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/test/regress/expected (inet.out)