aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pl/plpython/plpy_plpymodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/plpy_plpymodule.c b/src/pl/plpython/plpy_plpymodule.c
index 16d508943f0..e3322d12bad 100644
--- a/src/pl/plpython/plpy_plpymodule.c
+++ b/src/pl/plpython/plpy_plpymodule.c
@@ -404,7 +404,7 @@ PLy_output(volatile int level, PyObject *self, PyObject *args, PyObject *kw)
char *volatile datatype = NULL;
char *volatile table = NULL;
char *volatile schema = NULL;
- MemoryContext oldcontext ;
+ volatile MemoryContext oldcontext;
PyObject *key, *value;
PyObject *volatile so;
Py_ssize_t pos = 0;