Skip to content

Commit 1a85734

Browse files
committed
plpython: Remove obsolete test expected file
Move plpython_error_5.out to plpython_error.out, since the pre-3.5 version is no longer needed, since we raised the Python requirement to 3.6 (commit 45363fc). Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Reviewed-by: Jacob Champion <jacob.champion@enterprisedb.com> Discussion: https://www.postgresql.org/message-id/d620e7c6-becc-4a8e-9b43-eea0da55faf2@eisentraut.org
1 parent 5b40fea commit 1a85734

File tree

3 files changed

+1
-464
lines changed

3 files changed

+1
-464
lines changed

src/pl/plpython/expected/README

Lines changed: 0 additions & 3 deletions
This file was deleted.

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' object has no attribute 'nonexistent'
246+
ERROR: AttributeError: module 'plpy' 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)