aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-08-24 11:13:55 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-08-24 11:13:55 -0400
commit27b89876c0fb08faa17768c68101186cda2e4bef (patch)
treeee3c7a7bcdf237b0956d3e112587cee152bbb832 /src
parent6d242ee980193f29618aa899eb61f67a953bd712 (diff)
downloadpostgresql-27b89876c0fb08faa17768c68101186cda2e4bef.tar.gz
postgresql-27b89876c0fb08faa17768c68101186cda2e4bef.zip
Fix up secondary expected files
for commit 237a0b87b1dc90f8789aa5441a2a11e67f46c96e
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/expected/geometry_1.out2
-rw-r--r--src/test/regress/expected/geometry_2.out2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/geometry_1.out b/src/test/regress/expected/geometry_1.out
index fad246c2b93..3b92e230599 100644
--- a/src/test/regress/expected/geometry_1.out
+++ b/src/test/regress/expected/geometry_1.out
@@ -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;
diff --git a/src/test/regress/expected/geometry_2.out b/src/test/regress/expected/geometry_2.out
index c938e66418a..5a922bcd3f3 100644
--- a/src/test/regress/expected/geometry_2.out
+++ b/src/test/regress/expected/geometry_2.out
@@ -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;