Data Fields | |
| char * | user_proname |
| char * | internal_proname |
| TransactionId | fn_xmin |
| ItemPointerData | fn_tid |
| bool | fn_readonly |
| bool | lanpltrusted |
| pltcl_interp_desc * | interp_desc |
| FmgrInfo | result_in_func |
| Oid | result_typioparam |
| int | nargs |
| FmgrInfo | arg_out_func [FUNC_MAX_ARGS] |
| bool | arg_is_rowtype [FUNC_MAX_ARGS] |
Definition at line 114 of file pltcl.c.
| bool pltcl_proc_desc::arg_is_rowtype[FUNC_MAX_ARGS] |
Definition at line 127 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_func_handler().
| FmgrInfo pltcl_proc_desc::arg_out_func[FUNC_MAX_ARGS] |
Definition at line 126 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_func_handler().
Definition at line 120 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_SPI_execute(), and pltcl_SPI_execute_plan().
Definition at line 119 of file pltcl.c.
Referenced by compile_pltcl_function().
Definition at line 118 of file pltcl.c.
Referenced by compile_pltcl_function().
Definition at line 117 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_func_handler(), and pltcl_trigger_handler().
Definition at line 122 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_func_handler(), pltcl_SPI_execute_plan(), pltcl_SPI_prepare(), and pltcl_trigger_handler().
Definition at line 121 of file pltcl.c.
Referenced by compile_pltcl_function().
Definition at line 125 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_func_handler().
Definition at line 123 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_func_handler().
Definition at line 124 of file pltcl.c.
Referenced by compile_pltcl_function(), and pltcl_func_handler().
Definition at line 116 of file pltcl.c.
Referenced by compile_pltcl_function(), pltcl_func_handler(), and pltcl_trigger_handler().
1.7.1