PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EDGE Struct Reference

Data Fields

PGPROCwaiter
 
PGPROCblocker
 
LOCKlock
 
int pred
 
int link
 

Detailed Description

Definition at line 47 of file deadlock.c.

Field Documentation

◆ blocker

PGPROC* EDGE::blocker

Definition at line 50 of file deadlock.c.

Referenced by FindLockCycleRecurseMember(), and TopoSort().

◆ link

int EDGE::link

Definition at line 53 of file deadlock.c.

Referenced by TopoSort().

◆ lock

LOCK* EDGE::lock

Definition at line 51 of file deadlock.c.

Referenced by ExpandConstraints(), and FindLockCycleRecurseMember().

◆ pred

int EDGE::pred

Definition at line 52 of file deadlock.c.

Referenced by TopoSort().

◆ waiter

PGPROC* EDGE::waiter

Definition at line 49 of file deadlock.c.

Referenced by FindLockCycleRecurseMember(), and TopoSort().


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