]> granicus.if.org Git - postgresql/commitdiff
add #includes to plpy_subxactobject.h to make it compile standalone
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 28 Aug 2012 20:11:44 +0000 (16:11 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 28 Aug 2012 20:13:41 +0000 (16:13 -0400)
src/pl/plpython/plpy_subxactobject.h

index b8591c7bf07336c4a93de2b6009ccf8d030fd454..d9c3929234dd08f9cb20840ba2a3ce3eb2458287 100644 (file)
@@ -5,6 +5,9 @@
 #ifndef PLPY_SUBXACTOBJECT
 #define PLPY_SUBXACTOBJECT
 
+#include "nodes/pg_list.h"
+#include "utils/resowner.h"
+
 /* a list of nested explicit subtransactions */
 extern List *explicit_subtransactions;