mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Adapt python regression tests to 69f4b9c85f16.
Hopefully this'll unbreak the buildfarm.
This commit is contained in:
parent
f13a1277aa
commit
8b07aee8c5
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user