PostgreSQL Source Code: TransitionCaptureState Struct Reference (original) (raw)

#include <[trigger.h](trigger%5F8h%5Fsource.html)>

Data Fields
bool tcs_delete_old_table
bool tcs_update_old_table
bool tcs_update_new_table
bool tcs_insert_new_table
TupleTableSlot * tcs_original_insert_tuple
struct AfterTriggersTableData * tcs_private

Definition at line 56 of file trigger.h.

tcs_delete_old_table

bool TransitionCaptureState::tcs_delete_old_table

tcs_insert_new_table

bool TransitionCaptureState::tcs_insert_new_table

tcs_original_insert_tuple

tcs_private

tcs_update_new_table

bool TransitionCaptureState::tcs_update_new_table

tcs_update_old_table

bool TransitionCaptureState::tcs_update_old_table


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