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

Data Fields

Oid conoid
 
Oid fk_relid
 
Relation pk_rel
 
Relation idx_rel
 
TupleTableSlotpk_slot
 
TupleTableSlotfk_slot
 
MemoryContext flush_cxt
 
HeapTuple batch [RI_FASTPATH_BATCH_SIZE]
 
int batch_count
 

Detailed Description

Definition at line 233 of file ri_triggers.c.

Field Documentation

◆ batch

HeapTuple RI_FastPathEntry::batch[RI_FASTPATH_BATCH_SIZE]

Definition at line 249 of file ri_triggers.c.

◆ batch_count

int RI_FastPathEntry::batch_count

Definition at line 250 of file ri_triggers.c.

Referenced by ri_FastPathEndBatch().

◆ conoid

Oid RI_FastPathEntry::conoid

Definition at line 235 of file ri_triggers.c.

Referenced by ri_FastPathEndBatch().

◆ fk_relid

Oid RI_FastPathEntry::fk_relid

Definition at line 236 of file ri_triggers.c.

Referenced by ri_FastPathEndBatch().

◆ fk_slot

TupleTableSlot* RI_FastPathEntry::fk_slot

Definition at line 240 of file ri_triggers.c.

Referenced by ri_FastPathTeardown().

◆ flush_cxt

MemoryContext RI_FastPathEntry::flush_cxt

Definition at line 241 of file ri_triggers.c.

Referenced by ri_FastPathTeardown().

◆ idx_rel

Relation RI_FastPathEntry::idx_rel

Definition at line 238 of file ri_triggers.c.

Referenced by ri_FastPathTeardown().

◆ pk_rel

Relation RI_FastPathEntry::pk_rel

Definition at line 237 of file ri_triggers.c.

Referenced by ri_FastPathTeardown().

◆ pk_slot

TupleTableSlot* RI_FastPathEntry::pk_slot

Definition at line 239 of file ri_triggers.c.

Referenced by ri_FastPathTeardown().


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