diff options
author | Andres Freund <andres@anarazel.de> | 2017-01-18 16:11:19 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-01-18 16:11:19 -0800 |
commit | 8b07aee8c5d803801c00103f0d61e32356aaf29c (patch) | |
tree | 4ca8db4c8b8fac4e40ee10d184bec32d0a81b378 /src | |
parent | f13a1277aa2df301583c6db9c2989d2e9d7f6483 (diff) | |
download | postgresql-8b07aee8c5d803801c00103f0d61e32356aaf29c.tar.gz postgresql-8b07aee8c5d803801c00103f0d61e32356aaf29c.zip |
Adapt python regression tests to 69f4b9c85f16.
Hopefully this'll unbreak the buildfarm.
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plpython/expected/plpython_setof.out | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pl/plpython/expected/plpython_setof.out b/src/pl/plpython/expected/plpython_setof.out index 308d2abb7f3..170dbc394de 100644 --- a/src/pl/plpython/expected/plpython_setof.out +++ b/src/pl/plpython/expected/plpython_setof.out @@ -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() |