PostgreSQL Source Code
git master
|
Data Fields | |
Oid | funcid |
FmgrInfo | flinfo |
Oid | rettype |
Oid | argtypes [FUNC_MAX_ARGS] |
char | fname [NAMEDATALEN] |
Definition at line 49 of file fastpath.c.
Oid fp_info::argtypes[FUNC_MAX_ARGS] |
Definition at line 55 of file fastpath.c.
Referenced by fetch_fp_info(), and parse_fcall_arguments().
FmgrInfo fp_info::flinfo |
Definition at line 52 of file fastpath.c.
Referenced by fetch_fp_info(), HandleFunctionRequest(), and parse_fcall_arguments().
char fp_info::fname[NAMEDATALEN] |
Definition at line 56 of file fastpath.c.
Referenced by fetch_fp_info(), and HandleFunctionRequest().
Oid fp_info::funcid |
Definition at line 51 of file fastpath.c.
Referenced by fetch_fp_info().
Oid fp_info::rettype |
Definition at line 54 of file fastpath.c.
Referenced by fetch_fp_info(), and HandleFunctionRequest().