PostgreSQL Source Code  git master
WAIT_ORDER Struct Reference

Data Fields

LOCKlock
 
PGPROC ** procs
 
int nProcs
 

Detailed Description

Definition at line 56 of file deadlock.c.

Field Documentation

◆ lock

LOCK* WAIT_ORDER::lock

Definition at line 58 of file deadlock.c.

Referenced by DeadLockCheck(), and ExpandConstraints().

◆ nProcs

int WAIT_ORDER::nProcs

Definition at line 60 of file deadlock.c.

Referenced by DeadLockCheck(), ExpandConstraints(), and FindLockCycleRecurseMember().

◆ procs

PGPROC** WAIT_ORDER::procs

Definition at line 59 of file deadlock.c.

Referenced by DeadLockCheck(), ExpandConstraints(), and FindLockCycleRecurseMember().


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