Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27b8987

Browse files
committed
Fix up secondary expected files
for commit237a0b8
1 parent6d242ee commit27b8987

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 argumenttype(s). You might need to add explicit type casts.
110+
HINT: No operator matches the given name and argumenttypes. 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 argumenttype(s). You might need to add explicit type casts.
110+
HINT: No operator matches the given name and argumenttypes. 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)

[8]ページ先頭

©2009-2025 Movatter.jp