PostgreSQL Source Code  git master
SetConstraintStateData Struct Reference

Data Fields

bool all_isset
 
bool all_isdeferred
 
int numstates
 
int numalloc
 
SetConstraintTriggerData trigstates [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 3563 of file trigger.c.

Field Documentation

◆ all_isdeferred

bool SetConstraintStateData::all_isdeferred

Definition at line 3566 of file trigger.c.

Referenced by AfterTriggerSetState(), and SetConstraintStateCopy().

◆ all_isset

bool SetConstraintStateData::all_isset

Definition at line 3565 of file trigger.c.

Referenced by AfterTriggerSetState(), and SetConstraintStateCopy().

◆ numalloc

int SetConstraintStateData::numalloc

Definition at line 3568 of file trigger.c.

◆ numstates

int SetConstraintStateData::numstates

Definition at line 3567 of file trigger.c.

Referenced by AfterTriggerSetState(), and SetConstraintStateCopy().

◆ trigstates

SetConstraintTriggerData SetConstraintStateData::trigstates[FLEXIBLE_ARRAY_MEMBER]

Definition at line 3569 of file trigger.c.

Referenced by SetConstraintStateCopy().


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