diff options
Diffstat (limited to 'src/pl/plpython/plpy_cursorobject.h')
-rw-r--r-- | src/pl/plpython/plpy_cursorobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pl/plpython/plpy_cursorobject.h b/src/pl/plpython/plpy_cursorobject.h index 3c28f4f8e71..c73033c486b 100644 --- a/src/pl/plpython/plpy_cursorobject.h +++ b/src/pl/plpython/plpy_cursorobject.h @@ -14,6 +14,7 @@ typedef struct PLyCursorObject char *portalname; PLyTypeInfo result; bool closed; + MemoryContext mcxt; } PLyCursorObject; extern void PLy_cursor_init_type(void); |