Thread: pgsql/src/backend/utils/adt (int8.c)

pgsql/src/backend/utils/adt (int8.c)

From
Tom Lane
Date:
  Date: Friday, July 28, 2000 @ 01:07:42
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv72125/backend/utils/adt

Modified Files:
    int8.c

-----------------------------  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.