|
PostgreSQL Source Code git master
|
Data Fields | |
| LOCK * | lock |
| PGPROC ** | procs |
| int | nProcs |
Definition at line 57 of file deadlock.c.
| LOCK* WAIT_ORDER::lock |
Definition at line 59 of file deadlock.c.
Referenced by DeadLockCheck(), and ExpandConstraints().
| int WAIT_ORDER::nProcs |
Definition at line 61 of file deadlock.c.
Referenced by DeadLockCheck(), ExpandConstraints(), and FindLockCycleRecurseMember().
| PGPROC** WAIT_ORDER::procs |
Definition at line 60 of file deadlock.c.
Referenced by DeadLockCheck(), ExpandConstraints(), and FindLockCycleRecurseMember().