PostgreSQL Source Code git master
Loading...
Searching...
No Matches
plpy_exec.h
Go to the documentation of this file.
1/*
2 * src/pl/plpython/plpy_exec.h
3 */
4
5#ifndef PLPY_EXEC_H
6#define PLPY_EXEC_H
7
8#include "plpy_procedure.h"
9
14
15#endif /* PLPY_EXEC_H */
void PLy_exec_event_trigger(FunctionCallInfo fcinfo, PLyProcedure *proc)
Definition plpy_exec.c:504
void PLy_function_cleanup_srfstate(PLyProcedureCache *pcache)
Definition plpy_exec.c:357
Datum PLy_exec_function(FunctionCallInfo fcinfo, PLyProcedureCache *pcache)
Definition plpy_exec.c:41
HeapTuple PLy_exec_trigger(FunctionCallInfo fcinfo, PLyProcedure *proc)
Definition plpy_exec.c:389
uint64_t Datum
Definition postgres.h:70
static int fb(int x)