mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
add #includes to plpy_subxactobject.h to make it compile standalone
This commit is contained in:
parent
3ca1d62080
commit
dc1a36f11a
@ -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…
x
Reference in New Issue
Block a user