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

Data Fields

RI_CompareKey key
 
bool valid
 
FmgrInfo eq_opr_finfo
 
FmgrInfo cast_func_finfo
 

Detailed Description

Definition at line 195 of file ri_triggers.c.

Field Documentation

◆ cast_func_finfo

FmgrInfo RI_CompareHashEntry::cast_func_finfo

◆ eq_opr_finfo

FmgrInfo RI_CompareHashEntry::eq_opr_finfo

◆ key

RI_CompareKey RI_CompareHashEntry::key

Definition at line 197 of file ri_triggers.c.

◆ valid

bool RI_CompareHashEntry::valid

Definition at line 198 of file ri_triggers.c.

Referenced by ri_HashCompareOp().


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