|
PostgreSQL Source Code git master
|
| 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().
| MemoryContext pltcl_proc_desc::fn_cxt |
Definition at line 148 of file pltcl.c.
Referenced by compile_pltcl_function().
| 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().
Definition at line 149 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_event_trigger_handler(), pltcl_func_handler(), and pltcl_trigger_handler().
| bool pltcl_proc_desc::fn_retisdomain |
Definition at line 160 of file pltcl.c.
Referenced by compile_pltcl_function(), 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().
| 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().