From adb77640304a375883eaaec9eb9b21036c2be0bd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 22 Jan 2010 15:45:15 +0000 Subject: PL/Python DO handler Also cleaned up some redundancies between the primary error messages and the error context in PL/Python. Hannu Valtonen --- src/pl/plpython/expected/plpython_error.out | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pl/plpython/expected/plpython_error.out') 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 */ -- cgit v1.2.1