|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | user_proname |
| char * | internal_proname |
| MemoryContext | fn_cxt |
| unsigned long | fn_refcount |
| TransactionId | fn_xmin |
| ItemPointerData | fn_tid |
| bool | fn_readonly |
| bool | lanpltrusted |
| pltcl_interp_desc * | interp_desc |
| Oid | result_typid |
| FmgrInfo | result_in_func |
| Oid | result_typioparam |
| bool | fn_retisset |
| bool | fn_retistuple |
| bool | fn_retisdomain |
| void * | domain_info |
| int | nargs |
| FmgrInfo * | arg_out_func |
| bool * | arg_is_rowtype |
| bool* pltcl_proc_desc::arg_is_rowtype |
Definition at line 165 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_func_handler().
| FmgrInfo* pltcl_proc_desc::arg_out_func |
Definition at line 164 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_func_handler().
| void* pltcl_proc_desc::domain_info |
Definition at line 161 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_build_tuple_result().
| MemoryContext pltcl_proc_desc::fn_cxt |
Definition at line 148 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_build_tuple_result(), and pltcl_handler().
| bool pltcl_proc_desc::fn_readonly |
Definition at line 152 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_SPI_execute(), and pltcl_SPI_execute_plan().
| unsigned long pltcl_proc_desc::fn_refcount |
Definition at line 149 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_event_trigger_handler(), pltcl_func_handler(), pltcl_handler(), and pltcl_trigger_handler().
| bool pltcl_proc_desc::fn_retisdomain |
Definition at line 160 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_build_tuple_result(), and pltcl_func_handler().
| bool pltcl_proc_desc::fn_retisset |
Definition at line 158 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_func_handler(), and pltcl_returnnext().
| bool pltcl_proc_desc::fn_retistuple |
Definition at line 159 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_func_handler(), and pltcl_returnnext().
| ItemPointerData pltcl_proc_desc::fn_tid |
Definition at line 151 of file pltcl.c.
Referenced by compile_pltcl_function().
| TransactionId pltcl_proc_desc::fn_xmin |
Definition at line 150 of file pltcl.c.
Referenced by compile_pltcl_function().
| char* pltcl_proc_desc::internal_proname |
Definition at line 147 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_event_trigger_handler(), pltcl_func_handler(), and pltcl_trigger_handler().
| pltcl_interp_desc* pltcl_proc_desc::interp_desc |
Definition at line 154 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_event_trigger_handler(), pltcl_func_handler(), pltcl_SPI_execute_plan(), pltcl_SPI_prepare(), and pltcl_trigger_handler().
| bool pltcl_proc_desc::lanpltrusted |
Definition at line 153 of file pltcl.c.
Referenced by compile_pltcl_function().
| int pltcl_proc_desc::nargs |
Definition at line 162 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_func_handler().
| FmgrInfo pltcl_proc_desc::result_in_func |
Definition at line 156 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_func_handler(), and pltcl_returnnext().
| Oid pltcl_proc_desc::result_typid |
Definition at line 155 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_build_tuple_result().
| Oid pltcl_proc_desc::result_typioparam |
Definition at line 157 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_func_handler(), and pltcl_returnnext().
| char* pltcl_proc_desc::user_proname |
Definition at line 146 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_event_trigger_handler(), pltcl_func_handler(), and pltcl_trigger_handler().