summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_cursorobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpy_cursorobject.h')
-rw-r--r--src/pl/plpython/plpy_cursorobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/plpy_cursorobject.h b/src/pl/plpython/plpy_cursorobject.h
index 018b169cbf2..e4d2c0ed253 100644
--- a/src/pl/plpython/plpy_cursorobject.h
+++ b/src/pl/plpython/plpy_cursorobject.h
@@ -12,7 +12,7 @@ typedef struct PLyCursorObject
{
PyObject_HEAD
char *portalname;
- PLyTypeInfo result;
+ PLyDatumToOb result;
bool closed;
MemoryContext mcxt;
} PLyCursorObject;