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 3574 of file trigger.c.

Field Documentation

◆ all_isdeferred

bool SetConstraintStateData::all_isdeferred

Definition at line 3577 of file trigger.c.

Referenced by AfterTriggerSetState(), and SetConstraintStateCopy().

◆ all_isset

bool SetConstraintStateData::all_isset

Definition at line 3576 of file trigger.c.

Referenced by AfterTriggerSetState(), and SetConstraintStateCopy().

◆ numalloc

int SetConstraintStateData::numalloc

Definition at line 3579 of file trigger.c.

◆ numstates

int SetConstraintStateData::numstates

Definition at line 3578 of file trigger.c.

Referenced by AfterTriggerSetState(), and SetConstraintStateCopy().

◆ trigstates

SetConstraintTriggerData SetConstraintStateData::trigstates[FLEXIBLE_ARRAY_MEMBER]

Definition at line 3580 of file trigger.c.

Referenced by SetConstraintStateCopy().


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