projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13a127
)
Adapt python regression tests to 69f4b9c85f16.
author
Andres Freund
Thu, 19 Jan 2017 00:11:19 +0000
(16:11 -0800)
committer
Andres Freund
Thu, 19 Jan 2017 00:11:19 +0000
(16:11 -0800)
Hopefully this'll unbreak the buildfarm.
src/pl/plpython/expected/plpython_setof.out
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpython/expected/plpython_setof.out
b/src/pl/plpython/expected/plpython_setof.out
index 308d2abb7f36c7be8a101dcabd56e68477857d10..170dbc394de6787b8d6a7029feb308fd74353188 100644
(file)
--- a/
src/pl/plpython/expected/plpython_setof.out
+++ b/
src/pl/plpython/expected/plpython_setof.out
@@
-147,11
+147,8
@@
SELECT ugly(1,3), ugly(7,8);
------+------
1 | 7
2 | 8
- 3 | 7
- 1 | 8
- 2 | 7
- 3 | 8
-(6 rows)
+ 3 |
+(3 rows)
-- returns set of named-composite-type tuples
CREATE OR REPLACE FUNCTION get_user_records()