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

Commit43e7787

Browse files
committed
plpython: Restore alternative output for plpython_error test.
Indb23464 I removed the alternative output for plpython_error. Wronglyso, because the output changed in Python 3.5, not Python 3.
1 parenta180c2b commit43e7787

File tree

2 files changed

+448
-1
lines changed

2 files changed

+448
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ $$
243243
plpy.nonexistent
244244
$$ LANGUAGE plpython3u;
245245
SELECT toplevel_attribute_error();
246-
ERROR: AttributeError: module 'plpy' has no attribute 'nonexistent'
246+
ERROR: AttributeError:'module' object has no attribute 'nonexistent'
247247
CONTEXT: Traceback (most recent call last):
248248
PL/Python function "toplevel_attribute_error", line 2, in <module>
249249
plpy.nonexistent

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp