pgsql/src/test/regress/expected (opr_sanity.out)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/test/regress/expected (opr_sanity.out)
Date: 2000-07-28 05:07:50
Message-ID: 200007280507.e6S57ob72438@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, July 28, 2000 @ 01:07:49
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress/expected
from hub.org:/home/projects/pgsql/tmp/cvs-serv72125/test/regress/expected

Modified Files:
opr_sanity.out

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2000-07-28 14:44:01 Re: pgsql/src/test/regress/expected (opr_sanity.out)
Previous Message Tom Lane 2000-07-28 05:07:48 pgsql/src/test/regress/sql (opr_sanity.sql)