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

Commitd596efa

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 thebuildfarm. Per report from Stefan Kaltenbrunner.
1 parent6994d0b commitd596efa

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