projects
/
plproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f58759
)
make ANY test work with linux/pg8.3. annoying...
plproxy_2_0_5_rc1
author
Marko Kreen
<markokr@gmail.com>
Wed, 14 May 2008 20:04:27 +0000
(20:04 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 14 May 2008 20:04:27 +0000
(20:04 +0000)
expected/plproxy_many.out
patch
|
blob
|
blame
|
history
diff --git
a/expected/plproxy_many.out
b/expected/plproxy_many.out
index a99b71b6a5f056d0e36cab1e201d76ea6f0eeeb4..78c1765c0ea99167f0adfa35a2a5913340431984 100644
(file)
--- 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');