00001 /* 00002 * src/pl/plpython/plpy_exec.h 00003 */ 00004 00005 #ifndef PLPY_EXEC_H 00006 #define PLPY_EXEC_H 00007 00008 #include "plpy_procedure.h" 00009 00010 extern Datum PLy_exec_function(FunctionCallInfo fcinfo, PLyProcedure *proc); 00011 extern HeapTuple PLy_exec_trigger(FunctionCallInfo fcinfo, PLyProcedure *proc); 00012 00013 #endif /* PLPY_EXEC_H */