Tweak create_operator regress test so it doesn't illustrate

incorrect usage of commutator link.
This commit is contained in:
Tom Lane 1999-04-10 23:51:16 +00:00
parent 94bb87f94b
commit 2d49637ca7
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@ QUERY: CREATE OPERATOR <% (
leftarg = point, leftarg = point,
rightarg = widget, rightarg = widget,
procedure = pt_in_widget, procedure = pt_in_widget,
commutator = >=% commutator = >% ,
negator = >=%
); );
QUERY: CREATE OPERATOR @#@ ( QUERY: CREATE OPERATOR @#@ (
rightarg = int4, rightarg = int4,

View File

@ -12,7 +12,8 @@ CREATE OPERATOR <% (
leftarg = point, leftarg = point,
rightarg = widget, rightarg = widget,
procedure = pt_in_widget, procedure = pt_in_widget,
commutator = >=% commutator = >% ,
negator = >=%
); );
CREATE OPERATOR @#@ ( CREATE OPERATOR @#@ (