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

pull/3/head
Alvaro Herrera 13 years ago
parent 0a83f2492f
commit 0a664ec27f
  1. 3
      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;

Loading…
Cancel
Save