1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-15 19:15:29 +03:00

Adapt python regression tests to 69f4b9c85f16.

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

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