Commit 0a664ec2 authored by Alvaro Herrera's avatar Alvaro Herrera

add #includes to plpy_subxactobject.h to make it compile standalone

parent 0a83f249
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment