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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/catalog (pg_operator.h pg_proc.h)
Дата
Msg-id 200007280507.e6S57iY72381@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Friday, July 28, 2000 @ 01:07:43
Author: tgl

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

Modified Files:
    pg_operator.h pg_proc.h

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

Add int2-vs-int8 comparison operators.  These are now necessary because
the planner may try to generate them as a result of transitivity of the
existing int2-vs-int4 and int4-vs-int8 operators.  In fact, it is now
necessary that mergejoinable cross-datatype operators form closed sets.
Add an opr_sanity regress test to detect missing operators.

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

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