From: David E. Wheeler Date: Sat, 25 Feb 2012 20:48:31 +0000 (-0800) Subject: Fix test failure. X-Git-Tag: plproxy_2_4_rc1~34 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a577692e08076dd47c1dfbae4cb3fff92a4e291d;p=plproxy.git Fix test failure. --- diff --git a/expected/plproxy_test.out b/expected/plproxy_test.out index b3c2929..5eb74ec 100644 --- a/expected/plproxy_test.out +++ b/expected/plproxy_test.out @@ -400,7 +400,7 @@ ERROR: public.test_error1(0): [test_part] REMOTE ERROR: column "line2err" does LINE 1: select line2err ^ QUERY: select line2err -CONTEXT: Remote context: PL/pgSQL function "test_error1" line 2 at SQL statement +CONTEXT: Remote context: PL/pgSQL function "test_error1" line 3 at SQL statement create function test_error2() returns int4 as $$ cluster 'testcluster';