Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 43e7787

Browse files
committed
plpython: Restore alternative output for plpython_error test.
In db23464 I removed the alternative output for plpython_error. Wrongly so, because the output changed in Python 3.5, not Python 3.
1 parent a180c2b commit 43e7787

File tree

2 files changed

+448
-1
lines changed

2 files changed

+448
-1
lines changed

src/pl/plpython/expected/plpython_error.out

+1-1
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)