]> granicus.if.org Git - postgresql/commitdiff
Update some of the "expected" regression test results for Bruce's
authorNeil Conway <neilc@samurai.com>
Thu, 1 Feb 2007 20:11:18 +0000 (20:11 +0000)
committerNeil Conway <neilc@samurai.com>
Thu, 1 Feb 2007 20:11:18 +0000 (20:11 +0000)
recent may/might cleanup, in the hopes that this will unbreak the
buildfarm. Per report from Stefan Kaltenbrunner.

src/pl/plperl/expected/plperl_elog.out
src/test/regress/expected/geometry_1.out
src/test/regress/expected/geometry_2.out

index e04140c5805363328893b0351238453c96161a1f..72adfa49bd6ebfa3549ce38f1ed688da782fe97f 100644 (file)
@@ -41,7 +41,7 @@ select uses_global();
 ERROR:  function uses_global() does not exist
 LINE 1: select uses_global();
                ^
-HINT:  No function matches the given name and argument types. You may need to add explicit type casts.
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
 SET plperl.use_strict = false;
 create or replace function uses_global() returns text language plperl as $$
 
index 3c7234b2b4d029ff823d0fc1315792f6703f162d..164fc71017fc99c029dacc784ebb0f969f76feaf 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 may need to add explicit type casts.
+HINT:  No operator matches the given name and argument type(s). 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 7daddc4a420ecb53342af11a792c77fd78fb5465..2763ca1643bcd62067ce7b354e2d5aeda40c2fb5 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 may need to add explicit type casts.
+HINT:  No operator matches the given name and argument type(s). 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;