summaryrefslogtreecommitdiff
path: root/src/pl/plpython/error.diff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-05-12 01:30:30 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-05-12 01:30:30 +0000
commitc51b00a2135b5cfa1e68006a8d2805541fd12b05 (patch)
tree99412a3ca609f54444430b481ebcc88d9d09953a /src/pl/plpython/error.diff
parentbb30d49a2a772b6aa27bd978bd3bb64d94fc74ce (diff)
downloadpostgresql-c51b00a2135b5cfa1e68006a8d2805541fd12b05.tar.gz
PL/Python integration: support in create/droplang, add CVS keywords,
remove useless files, beat some sense into Makefile. For me it builds and sort of runs, so it's a start.
Diffstat (limited to 'src/pl/plpython/error.diff')
-rw-r--r--src/pl/plpython/error.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/pl/plpython/error.diff b/src/pl/plpython/error.diff
deleted file mode 100644
index 9eeaeddbd0..0000000000
--- a/src/pl/plpython/error.diff
+++ /dev/null
@@ -1,18 +0,0 @@
---- error.expected Sat Mar 31 16:15:31 2001
-+++ error.output Thu Apr 19 23:47:53 2001
-@@ -1,5 +1,5 @@
- SELECT invalid_type_uncaught('rick');
--ERROR: plpython: Call of function `__plpython_procedure_invalid_type_uncaught_1175341' failed.
-+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.",)
-@@ -9,7 +9,7 @@
- (1 row)
-
- SELECT invalid_type_reraised('rick');
--ERROR: plpython: Call of function `__plpython_procedure_invalid_type_reraised_1175343' failed.
-+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