|
PostgreSQL Source Code git master
|
Data Fields | |
| RI_CompareKey | key |
| bool | valid |
| FmgrInfo | eq_opr_finfo |
| FmgrInfo | cast_func_finfo |
Definition at line 195 of file ri_triggers.c.
| FmgrInfo RI_CompareHashEntry::cast_func_finfo |
Definition at line 200 of file ri_triggers.c.
Referenced by ri_CompareWithCast(), ri_HashCompareOp(), and ri_populate_fastpath_metadata().
| FmgrInfo RI_CompareHashEntry::eq_opr_finfo |
Definition at line 199 of file ri_triggers.c.
Referenced by ri_CompareWithCast(), ri_HashCompareOp(), and ri_populate_fastpath_metadata().
| RI_CompareKey RI_CompareHashEntry::key |
Definition at line 197 of file ri_triggers.c.
| bool RI_CompareHashEntry::valid |
Definition at line 198 of file ri_triggers.c.
Referenced by ri_HashCompareOp().