Data Fields | |
Oid | funcid |
FmgrInfo | flinfo |
Oid | rettype |
Oid | argtypes [FUNC_MAX_ARGS] |
char | fname [NAMEDATALEN] |
Definition at line 50 of file fastpath.c.
Oid fp_info::argtypes[FUNC_MAX_ARGS] |
Definition at line 56 of file fastpath.c.
Referenced by fetch_fp_info(), parse_fcall_arguments(), and parse_fcall_arguments_20().
Definition at line 53 of file fastpath.c.
Referenced by fetch_fp_info(), HandleFunctionRequest(), parse_fcall_arguments(), and parse_fcall_arguments_20().
char fp_info::fname[NAMEDATALEN] |
Definition at line 57 of file fastpath.c.
Referenced by fetch_fp_info(), and HandleFunctionRequest().
Definition at line 52 of file fastpath.c.
Referenced by fetch_fp_info().
Definition at line 54 of file fastpath.c.
Referenced by fetch_fp_info(), and HandleFunctionRequest().