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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/include/catalog (pg_proc.h)
Дата
Msg-id 200012071838.eB7Icx892509@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, December  7, 2000 @ 13:38:58
Author: tgl

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

Modified Files:
    pg_proc.h

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

Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.
As I read it, the spec requires a non-null result in some cases where
one of the inputs is NULL: specifically, if the other endpoint of that
interval is between the endpoints of the other interval, then the result
is known TRUE despite the missing endpoint.  The spec could've been a
lot simpler if they did not intend this behavior.
I did not force an initdb for this change, but if you don't do one you'll
still see the old strict-function behavior.

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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/utils/adt (timestamp.c date.c)
Следующее
От: petere@postgresql.org
Дата:
Сообщение: pgsql/src/makefiles (Makefile.bsdi Makefile.freebsd Makefile.netbsd Makefile.openbsd Makefile.sco)