Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d596efa

Browse files
author
Neil Conway
committed
Update some of the "expected" regression test results for Bruce's
recent may/might cleanup, in the hopes that this will unbreak the buildfarm. Per report from Stefan Kaltenbrunner.
1 parent 6994d0b commit d596efa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/pl/plperl/expected/plperl_elog.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ select uses_global();
4141
ERROR: function uses_global() does not exist
4242
LINE 1: select uses_global();
4343
^
44-
HINT: No function matches the given name and argument types. You may need to add explicit type casts.
44+
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
4545
SET plperl.use_strict = false;
4646
create or replace function uses_global() returns text language plperl as $$
4747

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