Skip to content

Commit 8b07aee

Browse files
committed
Adapt python regression tests to 69f4b9c.
Hopefully this'll unbreak the buildfarm.
1 parent f13a127 commit 8b07aee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/pl/plpython/expected/plpython_setof.out

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,8 @@ SELECT ugly(1,3), ugly(7,8);
147147
------+------
148148
1 | 7
149149
2 | 8
150-
3 | 7
151-
1 | 8
152-
2 | 7
153-
3 | 8
154-
(6 rows)
150+
3 |
151+
(3 rows)
155152

156153
-- returns set of named-composite-type tuples
157154
CREATE OR REPLACE FUNCTION get_user_records()

0 commit comments

Comments
 (0)