]> granicus.if.org Git - postgresql/commitdiff
Fix up secondary expected files
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 24 Aug 2017 15:13:55 +0000 (11:13 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 24 Aug 2017 15:13:55 +0000 (11:13 -0400)
for commit 237a0b87b1dc90f8789aa5441a2a11e67f46c96e

src/test/regress/expected/geometry_1.out
src/test/regress/expected/geometry_2.out

index fad246c2b933148628ea07474e394c105300f61a..3b92e2305992648c9690bb96ce38d765259113c9 100644 (file)
@@ -107,7 +107,7 @@ SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
 ERROR:  operator does not exist: lseg # point
 LINE 1: SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
                                            ^
-HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.
+HINT:  No operator matches the given name and argument types. You might need to add explicit type casts.
 -- closest point
 SELECT '' AS thirty, p.f1, l.s, p.f1 ## l.s AS closest
    FROM LSEG_TBL l, POINT_TBL p;
index c938e66418a7a6a745eca34a4519652d2371a703..5a922bcd3f33c397304ee423890eb2ea8c09df44 100644 (file)
@@ -107,7 +107,7 @@ SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
 ERROR:  operator does not exist: lseg # point
 LINE 1: SELECT '' AS count, p.f1, l.s, l.s # p.f1 AS intersection
                                            ^
-HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.
+HINT:  No operator matches the given name and argument types. You might need to add explicit type casts.
 -- closest point
 SELECT '' AS thirty, p.f1, l.s, p.f1 ## l.s AS closest
    FROM LSEG_TBL l, POINT_TBL p;