Content-Length: 258255 | pFad | http://github.com/postgrespro/postgres/commit/4118f7e8ede8a3616189b53983aea293fd0b3cb1

F6 Fix plpython3 expected output. · postgrespro/postgres@4118f7e · GitHub
Skip to content

Commit 4118f7e

Browse files
committed
Fix plpython3 expected output.
I neglected this in the previous commit that updated the plpython2 output, which I forgot to "git add" earlier. As pointed out by Rodolfo Campero and Marko Kreen.
1 parent 82b43f7 commit 4118f7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pl/plpython/expected/plpython_types_3.out

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,9 @@ SELECT * FROM test_type_conversion_array_error();
664664
ERROR: return value of function with array return type is not a Python sequence
665665
CONTEXT: while creating return value
666666
PL/Python function "test_type_conversion_array_error"
667+
--
668+
-- Domains over arrays
669+
--
667670
CREATE DOMAIN ordered_pair_domain AS integer[] CHECK (array_length(VALUE,1)=2 AND VALUE[1] < VALUE[2]);
668671
CREATE FUNCTION test_type_conversion_array_domain(x ordered_pair_domain) RETURNS ordered_pair_domain AS $$
669672
plpy.info(x, type(x))

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/4118f7e8ede8a3616189b53983aea293fd0b3cb1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy