diff options
Diffstat (limited to 'src/pl/plpython/expected/plpython_error_0.out')
-rw-r--r-- | src/pl/plpython/expected/plpython_error_0.out | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pl/plpython/expected/plpython_error_0.out b/src/pl/plpython/expected/plpython_error_0.out index 39c63c547a4..53239061222 100644 --- a/src/pl/plpython/expected/plpython_error_0.out +++ b/src/pl/plpython/expected/plpython_error_0.out @@ -108,7 +108,6 @@ return None LANGUAGE plpythonu; SELECT invalid_type_caught('rick'); NOTICE: type "test" does not exist -CONTEXT: PL/Python function "invalid_type_caught" invalid_type_caught --------------------- @@ -232,7 +231,6 @@ return "you''ve been warned" LANGUAGE plpythonu; SELECT nested_warning(); WARNING: boom -CONTEXT: PL/Python function "nested_warning" nested_warning -------------------- you've been warned @@ -336,7 +334,6 @@ SELECT specific_exception(2); SELECT specific_exception(NULL); NOTICE: Violated the NOT NULL constraint, sqlstate 23502 -CONTEXT: PL/Python function "specific_exception" specific_exception -------------------- @@ -344,7 +341,6 @@ CONTEXT: PL/Python function "specific_exception" SELECT specific_exception(2); NOTICE: Violated the UNIQUE constraint, sqlstate 23505 -CONTEXT: PL/Python function "specific_exception" specific_exception -------------------- |