Commit 8b07aee8 authored by Andres Freund's avatar Andres Freund

Adapt python regression tests to 69f4b9c8.

Hopefully this'll unbreak the buildfarm.
parent f13a1277
...@@ -147,11 +147,8 @@ SELECT ugly(1,3), ugly(7,8); ...@@ -147,11 +147,8 @@ SELECT ugly(1,3), ugly(7,8);
------+------ ------+------
1 | 7 1 | 7
2 | 8 2 | 8
3 | 7 3 |
1 | 8 (3 rows)
2 | 7
3 | 8
(6 rows)
-- returns set of named-composite-type tuples -- returns set of named-composite-type tuples
CREATE OR REPLACE FUNCTION get_user_records() CREATE OR REPLACE FUNCTION get_user_records()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment