Adapt python regression tests to 69f4b9c85f.

Hopefully this'll unbreak the buildfarm.
This commit is contained in:
Andres Freund 2017-01-18 16:11:19 -08:00
parent f13a1277aa
commit 8b07aee8c5
1 changed files with 2 additions and 5 deletions

View File

@ -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()