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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/catalog (pg_proc.h)
Дата
Msg-id 200007302043.e6UKhmg71226@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Sunday, July 30, 2000 @ 16:43:47
Author: tgl

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

Modified Files:
    pg_proc.h

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

Convert all remaining geometric operators to new fmgr style.  This
allows fixing problems with operators that expected to be able to
return a NULL, such as the '#' line-segment-intersection operator
that tried to return NULL when the two segments don't intersect.
(See, eg, bug report from 1-Nov-99 on pghackers.)  Fix some other
bugs in passing, such as backwards comparison in path_distance().

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

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