Home
last modified time | relevance | path

Searched defs:FuncCallContext (Results 1 – 25 of 38) sorted by relevance

12

/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/jit/
H A Djit.h59 ResourceOwner resowner;
66 extern void _PG_jit_provider_init(JitProviderCallbacks *cb);
75 JitProviderResetAfterErrorCB reset_after_error;
82 extern bool jit_enabled;
91 extern double jit_optimize_above_cost;
101 extern bool jit_compile_expr(struct ExprState *state);
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/
H A Dfuncapi.h57 typedef struct FuncCallContext struct
65 uint64 call_cntr;
74 uint64 max_calls;
82 TupleTableSlot *slot;
90 void *user_fctx;
122 } FuncCallContext; argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql10-server/postgresql-10.19/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql11-client/postgresql-11.14/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql10-client/postgresql-10.19/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; typedef
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; typedef
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 TupleTableSlot *slot;
91 void *user_fctx;
123 } FuncCallContext; argument
/dports/databases/postgresql12-client/postgresql-12.9/src/include/
H A Dfuncapi.h58 typedef struct FuncCallContext struct
66 uint64 call_cntr;
75 uint64 max_calls;
83 void *user_fctx;
115 } FuncCallContext; argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/
H A Dfuncapi.h57 typedef struct FuncCallContext struct
65 uint64 call_cntr;
74 uint64 max_calls;
82 void *user_fctx;
114 } FuncCallContext; argument

12