From a296812e66dc3d0e61a2aee0fa6b8f32312b7169 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 14 May 2008 20:04:27 +0000 Subject: [PATCH] make ANY test work with linux/pg8.3. annoying... --- expected/plproxy_many.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/expected/plproxy_many.out b/expected/plproxy_many.out index a99b71b..78c1765 100644 --- a/expected/plproxy_many.out +++ b/expected/plproxy_many.out @@ -84,7 +84,7 @@ select test_multi(0, 'foo'); select setseed(0); setseed --------- - 0 + (1 row) drop function test_multi(integer, text); @@ -93,19 +93,19 @@ returns setof integer as $$ cluster 'testcluster'; run on any; $$ language plpro select test_multi(0, 'foo'); test_multi ------------ - 1 + 3 (1 row) select test_multi(0, 'foo'); test_multi ------------ - 1 + 2 (1 row) select test_multi(0, 'foo'); test_multi ------------ - 3 + 1 (1 row) select test_multi(0, 'foo'); -- 2.39.5