projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f1798
)
Fix message case
author
Alvaro Herrera
Thu, 25 May 2017 17:16:00 +0000
(13:16 -0400)
committer
Alvaro Herrera
Thu, 25 May 2017 17:16:00 +0000
(13:16 -0400)
src/pl/plpython/plpy_plpymodule.c
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpython/plpy_plpymodule.c
b/src/pl/plpython/plpy_plpymodule.c
index 761534406d5310c441740be9b4c57c9292878ba5..ad160aeec36e3807c4d4742a49908c06049e22a0 100644
(file)
--- a/
src/pl/plpython/plpy_plpymodule.c
+++ b/
src/pl/plpython/plpy_plpymodule.c
@@
-466,7
+466,7
@@
PLy_output(volatile int level, PyObject *self, PyObject *args, PyObject *kw)
/* the message should not be overwritten */
if (PyTuple_Size(args) != 0)
{
- PLy_exception_set(PyExc_TypeError, "
A
rgument 'message' given by name and position");
+ PLy_exception_set(PyExc_TypeError, "
a
rgument 'message' given by name and position");
return NULL;
}