Header And Logo

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

Data Fields

FmgrInfo Struct Reference

#include <fmgr.h>

Data Fields

PGFunction fn_addr
Oid fn_oid
short fn_nargs
bool fn_strict
bool fn_retset
unsigned char fn_stats
void * fn_extra
MemoryContext fn_mcxt
fmNodePtr fn_expr

Detailed Description

Definition at line 49 of file fmgr.h.


Field Documentation

Definition at line 52 of file fmgr.h.

Referenced by array_cmp(), array_contain_compare(), array_eq(), array_replace_internal(), array_typanalyze(), bounds_adjacent(), calc_arraycontsel(), comparison_shim(), compute_function_hashkey(), compute_range_stats(), do_compile(), ExecCallTriggerFunc(), ExecEvalArrayCoerceExpr(), ExecEvalDistinct(), ExecEvalNullIf(), ExecEvalScalarArrayOp(), ExecInitExpr(), ExecMakeTableFunctionResult(), fmgr(), fmgr_info_cxt_security(), FunctionCall1Coll(), FunctionCall2Coll(), FunctionCall3Coll(), FunctionCall4Coll(), FunctionCall5Coll(), FunctionCall6Coll(), FunctionCall7Coll(), FunctionCall8Coll(), FunctionCall9Coll(), get_call_result_type(), get_distance(), get_position(), gistrescan(), hash_array(), hash_range(), index_getprocinfo(), init_sql_fcache(), initGISTstate(), InputFunctionCall(), lookup_type_cache(), make_range(), myFunctionCall2Coll(), OidFunctionCall0Coll(), OidFunctionCall1Coll(), OidFunctionCall2Coll(), OidFunctionCall3Coll(), OidFunctionCall4Coll(), OidFunctionCall5Coll(), OidFunctionCall6Coll(), OidFunctionCall7Coll(), OidFunctionCall8Coll(), OidFunctionCall9Coll(), pgstat_init_function_usage(), plperl_inline_handler(), plpgsql_compile(), plpgsql_inline_handler(), plpgsql_validator(), plpython_inline_handler(), range_gist_double_sorting_split(), range_gist_penalty(), ReceiveFunctionCall(), record_cmp(), record_eq(), ri_AttributesEqual(), ri_HashCompareOp(), scalararraysel_containment(), sepgsql_fmgr_hook(), and TypeCacheRelCallback().

unsigned char FmgrInfo::fn_stats

Definition at line 57 of file fmgr.h.

Referenced by fmgr_info_cxt_security().


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