PostgreSQL Source Code  git master
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 49 of file fastpath.c.

Field Documentation

◆ argtypes

Oid fp_info::argtypes[FUNC_MAX_ARGS]

Definition at line 55 of file fastpath.c.

Referenced by fetch_fp_info(), and parse_fcall_arguments().

◆ flinfo

FmgrInfo fp_info::flinfo

Definition at line 52 of file fastpath.c.

Referenced by fetch_fp_info(), HandleFunctionRequest(), and parse_fcall_arguments().

◆ fname

char fp_info::fname[NAMEDATALEN]

Definition at line 56 of file fastpath.c.

Referenced by fetch_fp_info(), and HandleFunctionRequest().

◆ funcid

Oid fp_info::funcid

Definition at line 51 of file fastpath.c.

Referenced by fetch_fp_info().

◆ rettype

Oid fp_info::rettype

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: