diff options
Diffstat (limited to 'src/pl/plpython/expected/plpython_error.out')
| -rw-r--r-- | src/pl/plpython/expected/plpython_error.out | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pl/plpython/expected/plpython_error.out b/src/pl/plpython/expected/plpython_error.out index 36ffa8b5bd..1f24c13892 100644 --- a/src/pl/plpython/expected/plpython_error.out +++ b/src/pl/plpython/expected/plpython_error.out @@ -22,8 +22,7 @@ CREATE FUNCTION exception_index_invalid(text) RETURNS text 'return args[1]' LANGUAGE plpythonu; SELECT exception_index_invalid('test'); -ERROR: PL/Python: PL/Python function "exception_index_invalid" failed -DETAIL: IndexError: list index out of range +ERROR: PL/Python: IndexError: list index out of range CONTEXT: PL/Python function "exception_index_invalid" /* check handling of nested exceptions */ |
