diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2025-06-07 09:03:11 +0200 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2025-06-07 09:04:29 +0200 |
| commit | 1a857348e47dc4f1bbf104e746abe542c99004e8 (patch) | |
| tree | 0a863a5242aeec723989447d51eef205a57bf382 /src/pl/plpython/expected/plpython_error.out | |
| parent | 5b40feab594c3019fd6b09e46f97f5b367050cf9 (diff) | |
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 45363fca637).
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
Diffstat (limited to 'src/pl/plpython/expected/plpython_error.out')
| -rw-r--r-- | src/pl/plpython/expected/plpython_error.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/expected/plpython_error.out b/src/pl/plpython/expected/plpython_error.out index 68722b00097..fd9cd73be74 100644 --- a/src/pl/plpython/expected/plpython_error.out +++ b/src/pl/plpython/expected/plpython_error.out @@ -243,7 +243,7 @@ $$ plpy.nonexistent $$ LANGUAGE plpython3u; SELECT toplevel_attribute_error(); -ERROR: AttributeError: 'module' object has no attribute 'nonexistent' +ERROR: AttributeError: module 'plpy' has no attribute 'nonexistent' CONTEXT: Traceback (most recent call last): PL/Python function "toplevel_attribute_error", line 2, in <module> plpy.nonexistent |
