Tweak create_operator regress test so it doesn't illustrate
incorrect usage of commutator link.
This commit is contained in:
parent
94bb87f94b
commit
2d49637ca7
@ -8,7 +8,8 @@ QUERY: CREATE OPERATOR <% (
|
||||
leftarg = point,
|
||||
rightarg = widget,
|
||||
procedure = pt_in_widget,
|
||||
commutator = >=%
|
||||
commutator = >% ,
|
||||
negator = >=%
|
||||
);
|
||||
QUERY: CREATE OPERATOR @#@ (
|
||||
rightarg = int4,
|
||||
|
@ -12,7 +12,8 @@ CREATE OPERATOR <% (
|
||||
leftarg = point,
|
||||
rightarg = widget,
|
||||
procedure = pt_in_widget,
|
||||
commutator = >=%
|
||||
commutator = >% ,
|
||||
negator = >=%
|
||||
);
|
||||
|
||||
CREATE OPERATOR @#@ (
|
||||
|
Loading…
x
Reference in New Issue
Block a user