1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

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

This commit is contained in:
Alvaro Herrera 2012-08-28 16:11:44 -04:00
parent 0a83f2492f
commit 0a664ec27f

View 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;