Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite131ba4

Browse files
committed
Fix regression test to also work with Python 2.
Per buildfarm.
1 parent56f3900 commite131ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pl/plpython/expected/plpython_composite.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ SELECT * FROM return_record_2('v3') AS (v1 int, v2 int, v3 int);
572572
-- multi-dimensional array of composite types.
573573
CREATE FUNCTION composite_type_as_list() RETURNS type_record[] AS $$
574574
return [[('first', 1), ('second', 1)], [('first', 2), ('second', 2)], [('first', 3), ('second', 3)]];
575-
$$ LANGUAGEplpython3u;
575+
$$ LANGUAGEplpythonu;
576576
SELECT * FROM composite_type_as_list();
577577
composite_type_as_list
578578
------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp