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:
parent
0a83f2492f
commit
0a664ec27f
@ -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