|
PostgreSQL Source Code git master
|
Definition at line 152 of file ri_triggers.c.
| FmgrInfo FastPathMeta::cast_func_finfo[RI_MAX_NUMKEYS] |
Definition at line 155 of file ri_triggers.c.
Referenced by build_index_scankeys(), ri_FastPathFlushArray(), and ri_populate_fastpath_metadata().
| 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().
| AttrNumber FastPathMeta::index_attnos[RI_MAX_NUMKEYS] |
Definition at line 159 of file ri_triggers.c.
Referenced by build_index_scankeys(), ri_FastPathFlushArray(), and ri_populate_fastpath_metadata().
| RegProcedure FastPathMeta::regops[RI_MAX_NUMKEYS] |
Definition at line 156 of file ri_triggers.c.
Referenced by build_index_scankeys(), ri_FastPathFlushArray(), and ri_populate_fastpath_metadata().
| int FastPathMeta::strats[RI_MAX_NUMKEYS] |
Definition at line 158 of file ri_triggers.c.
Referenced by build_index_scankeys(), ri_FastPathFlushArray(), and ri_populate_fastpath_metadata().
| Oid FastPathMeta::subtypes[RI_MAX_NUMKEYS] |
Definition at line 157 of file ri_triggers.c.
Referenced by build_index_scankeys(), ri_FastPathFlushArray(), and ri_populate_fastpath_metadata().