Add new regression test to catch some simple kinds of
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Oct 1998 04:27:11 +0000 (04:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Oct 1998 04:27:11 +0000 (04:27 +0000)
commitc9ddc412ece1578456601aa37f168475b44c882d
treee8ac6586f23d62542fd119bdc5a339ec206b63d7
parent2e87da7e7d3e07cb29d5b90bc54a8cc0a9165bc7
Add new regression test to catch some simple kinds of
mistakes in creating pg_operator table.  NOTE: right now, this will
fail because of conflicting definitions for point @ path operator.
I trust we're gonna fix that.
src/test/regress/expected/opr_sanity.out [new file with mode: 0644]