mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Tweak create_operator regress test so it doesn't illustrate
incorrect usage of commutator link.
This commit is contained in:
@ -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 @#@ (
|
||||
|
Reference in New Issue
Block a user