1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-03 01:21:48 +03:00
postgres/src/pl/plpython/plpy_exec.h
2012-06-10 15:20:04 -04:00

14 lines
294 B
C

/*
* 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);
#endif /* PLPY_EXEC_H */