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]
 
AttrNumber index_attnos [RI_MAX_NUMKEYS]
 

Detailed Description

Definition at line 152 of file ri_triggers.c.

Field Documentation

◆ cast_func_finfo

FmgrInfo FastPathMeta::cast_func_finfo[RI_MAX_NUMKEYS]

◆ eq_opr_finfo

FmgrInfo FastPathMeta::eq_opr_finfo[RI_MAX_NUMKEYS]

Definition at line 154 of file ri_triggers.c.

Referenced by ri_FastPathFlushArray(), and ri_populate_fastpath_metadata().

◆ index_attnos

AttrNumber FastPathMeta::index_attnos[RI_MAX_NUMKEYS]

◆ regops

RegProcedure FastPathMeta::regops[RI_MAX_NUMKEYS]

◆ strats

int FastPathMeta::strats[RI_MAX_NUMKEYS]

◆ subtypes

Oid FastPathMeta::subtypes[RI_MAX_NUMKEYS]

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