Skip to content

Commit 27b8987

Browse files
committed
Fix up secondary expected files
for commit 237a0b8
1 parent 6d242ee commit 27b8987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/geometry_1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
107107
ERROR: operator does not exist: lseg # point
108108
LINE 1: SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
109109
^
110-
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
110+
HINT: No operator matches the given name and argument types. You might need to add explicit type casts.
111111
-- closest point
112112
SELECT '' AS thirty, p.f1, l.s, p.f1 ## l.s AS closest
113113
FROM LSEG_TBL l, POINT_TBL p;

src/test/regress/expected/geometry_2.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
107107
ERROR: operator does not exist: lseg # point
108108
LINE 1: SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
109109
^
110-
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
110+
HINT: No operator matches the given name and argument types. You might need to add explicit type casts.
111111
-- closest point
112112
SELECT '' AS thirty, p.f1, l.s, p.f1 ## l.s AS closest
113113
FROM LSEG_TBL l, POINT_TBL p;

0 commit comments

Comments
 (0)