Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

pltcl_proc_desc Struct Reference

Data Fields

char * user_proname
char * internal_proname
TransactionId fn_xmin
ItemPointerData fn_tid
bool fn_readonly
bool lanpltrusted
pltcl_interp_descinterp_desc
FmgrInfo result_in_func
Oid result_typioparam
int nargs
FmgrInfo arg_out_func [FUNC_MAX_ARGS]
bool arg_is_rowtype [FUNC_MAX_ARGS]

Detailed Description

Definition at line 114 of file pltcl.c.


Field Documentation

Definition at line 127 of file pltcl.c.

Referenced by compile_pltcl_function(), and pltcl_func_handler().

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 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().


The documentation for this struct was generated from the following file: