Header And Logo

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

Data Fields

fp_info Struct Reference

Data Fields

Oid funcid
FmgrInfo flinfo
Oid rettype
Oid argtypes [FUNC_MAX_ARGS]
char fname [NAMEDATALEN]

Detailed Description

Definition at line 50 of file fastpath.c.


Field Documentation

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

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


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