summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/lseg.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/lseg.out')
-rw-r--r--src/test/regress/expected/lseg.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/lseg.out b/src/test/regress/expected/lseg.out
index 5d5e22bd40..cf9504b1b9 100644
--- a/src/test/regress/expected/lseg.out
+++ b/src/test/regress/expected/lseg.out
@@ -27,7 +27,7 @@ NOTICE:there is no operator <= for types lseg and lseg
NOTICE:You will either have to retype this query using an
NOTICE:explicit cast, or you will have to define the operator
WARN:<= for lseg and lseg using CREATE OPERATOR
-QUERY: SELECT * FROM LSEG_TBL WHERE (s <===> '[(1,2),(3,4)]'::lseg) < 10;
+QUERY: SELECT * FROM LSEG_TBL WHERE (s <-> '[(1,2),(3,4)]'::lseg) < 10;
s
------------------
[(1,2),(3,4)]