projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a83f24
)
add #includes to plpy_subxactobject.h to make it compile standalone
author
Alvaro Herrera
Tue, 28 Aug 2012 20:11:44 +0000
(16:11 -0400)
committer
Alvaro Herrera
Tue, 28 Aug 2012 20:13:41 +0000
(16:13 -0400)
src/pl/plpython/plpy_subxactobject.h
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpython/plpy_subxactobject.h
b/src/pl/plpython/plpy_subxactobject.h
index b8591c7bf07336c4a93de2b6009ccf8d030fd454..d9c3929234dd08f9cb20840ba2a3ce3eb2458287 100644
(file)
--- a/
src/pl/plpython/plpy_subxactobject.h
+++ b/
src/pl/plpython/plpy_subxactobject.h
@@
-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;