|
PostgreSQL Source Code git master
|
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] |
Definition at line 151 of file ri_triggers.c.
| 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().
| FmgrInfo FastPathMeta::eq_opr_finfo[RI_MAX_NUMKEYS] |
Definition at line 153 of file ri_triggers.c.
Referenced by ri_populate_fastpath_metadata().
| 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().
| 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().
| 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().