diff options
Diffstat (limited to 'src/pl/plpython/plpy_planobject.h')
-rw-r--r-- | src/pl/plpython/plpy_planobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pl/plpython/plpy_planobject.h b/src/pl/plpython/plpy_planobject.h index 7a89ffc2c18..c67559266ec 100644 --- a/src/pl/plpython/plpy_planobject.h +++ b/src/pl/plpython/plpy_planobject.h @@ -17,6 +17,7 @@ typedef struct PLyPlanObject Oid *types; Datum *values; PLyTypeInfo *args; + MemoryContext mcxt; } PLyPlanObject; extern void PLy_plan_init_type(void); |