PostgreSQL Source Code git master
Loading...
Searching...
No Matches
FastPathMeta Struct Reference

Data Fields

FmgrInfo eq_opr_finfo [RI_MAX_NUMKEYS]
 
FmgrInfo cast_func_finfo [RI_MAX_NUMKEYS]
 
RegProcedure regops [RI_MAX_NUMKEYS]
 
Oid subtypes [RI_MAX_NUMKEYS]
 
int strats [RI_MAX_NUMKEYS]
 

Detailed Description

Definition at line 151 of file ri_triggers.c.

Field Documentation

◆ cast_func_finfo

FmgrInfo FastPathMeta::cast_func_finfo[RI_MAX_NUMKEYS]

Definition at line 154 of file ri_triggers.c.

Referenced by build_index_scankeys(), and ri_populate_fastpath_metadata().

◆ eq_opr_finfo

FmgrInfo FastPathMeta::eq_opr_finfo[RI_MAX_NUMKEYS]

Definition at line 153 of file ri_triggers.c.

Referenced by ri_populate_fastpath_metadata().

◆ regops

RegProcedure FastPathMeta::regops[RI_MAX_NUMKEYS]

Definition at line 155 of file ri_triggers.c.

Referenced by build_index_scankeys(), and ri_populate_fastpath_metadata().

◆ strats

int FastPathMeta::strats[RI_MAX_NUMKEYS]

Definition at line 157 of file ri_triggers.c.

Referenced by build_index_scankeys(), and ri_populate_fastpath_metadata().

◆ subtypes

Oid FastPathMeta::subtypes[RI_MAX_NUMKEYS]

Definition at line 156 of file ri_triggers.c.

Referenced by build_index_scankeys(), and ri_populate_fastpath_metadata().


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