Skip to content

Commit 4c83e03

Browse files
committed
Oops, forgot to "git add" last minute changes to regression test.
1 parent d2542f9 commit 4c83e03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pl/plpython/expected/plpython_types.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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy