|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | conoid |
| Oid | fk_relid |
| Relation | pk_rel |
| Relation | idx_rel |
| TupleTableSlot * | pk_slot |
| TupleTableSlot * | fk_slot |
| MemoryContext | flush_cxt |
| HeapTuple | batch [RI_FASTPATH_BATCH_SIZE] |
| int | batch_count |
Definition at line 233 of file ri_triggers.c.
| HeapTuple RI_FastPathEntry::batch[RI_FASTPATH_BATCH_SIZE] |
Definition at line 249 of file ri_triggers.c.
| int RI_FastPathEntry::batch_count |
Definition at line 250 of file ri_triggers.c.
Referenced by ri_FastPathEndBatch().
| Oid RI_FastPathEntry::conoid |
Definition at line 235 of file ri_triggers.c.
Referenced by ri_FastPathEndBatch().
| Oid RI_FastPathEntry::fk_relid |
Definition at line 236 of file ri_triggers.c.
Referenced by ri_FastPathEndBatch().
| TupleTableSlot* RI_FastPathEntry::fk_slot |
Definition at line 240 of file ri_triggers.c.
Referenced by ri_FastPathTeardown().
| MemoryContext RI_FastPathEntry::flush_cxt |
Definition at line 241 of file ri_triggers.c.
Referenced by ri_FastPathTeardown().
| Relation RI_FastPathEntry::idx_rel |
Definition at line 238 of file ri_triggers.c.
Referenced by ri_FastPathTeardown().
| Relation RI_FastPathEntry::pk_rel |
Definition at line 237 of file ri_triggers.c.
Referenced by ri_FastPathTeardown().
| TupleTableSlot* RI_FastPathEntry::pk_slot |
Definition at line 239 of file ri_triggers.c.
Referenced by ri_FastPathTeardown().