summaryrefslogtreecommitdiff
path: root/src/pl/plpython/error.output
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/error.output')
-rw-r--r--src/pl/plpython/error.output19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/pl/plpython/error.output b/src/pl/plpython/error.output
deleted file mode 100644
index 22ed3ce8a52..00000000000
--- a/src/pl/plpython/error.output
+++ /dev/null
@@ -1,19 +0,0 @@
-SELECT invalid_type_uncaught('rick');
-ERROR: plpython: Call of function `__plpython_procedure_invalid_type_uncaught_1289666' failed.
-plpy.SPIError: Cache lookup for type `test' failed.
-SELECT invalid_type_caught('rick');
-NOTICE: ("Cache lookup for type `test' failed.",)
- invalid_type_caught
----------------------
-
-(1 row)
-
-SELECT invalid_type_reraised('rick');
-ERROR: plpython: Call of function `__plpython_procedure_invalid_type_reraised_1289668' failed.
-plpy.Error: ("Cache lookup for type `test' failed.",)
-SELECT valid_type('rick');
- valid_type
-------------
-
-(1 row)
-