mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
add #includes to plpy_subxactobject.h to make it compile standalone
This commit is contained in:
parent
3ca1d62080
commit
dc1a36f11a
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue