summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_exec.h
blob: f35eabbd8ee8e5b6799a08d9ee739ae40bd800ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * src/pl/plpython/plpy_exec.h
 */

#ifndef PLPY_EXEC_H
#define PLPY_EXEC_H

#include "plpy_procedure.h"

extern Datum PLy_exec_function(FunctionCallInfo fcinfo, PLyProcedure *proc);
extern HeapTuple PLy_exec_trigger(FunctionCallInfo fcinfo, PLyProcedure *proc);
extern void PLy_exec_event_trigger(FunctionCallInfo fcinfo, PLyProcedure *proc);

#endif							/* PLPY_EXEC_H */