-
- Downloads
Add code to print information about a detected deadlock cycle. The
printed data is comparable to what you could read in the pg_locks view, were you fortunate enough to have been looking at it at the right time.
Showing
- src/backend/storage/lmgr/deadlock.c 149 additions, 8 deletionssrc/backend/storage/lmgr/deadlock.c
- src/backend/storage/lmgr/lock.c 8 additions, 1 deletionsrc/backend/storage/lmgr/lock.c
- src/backend/storage/lmgr/proc.c 3 additions, 2 deletionssrc/backend/storage/lmgr/proc.c
- src/include/storage/lock.h 6 additions, 1 deletionsrc/include/storage/lock.h
Loading
Please register or sign in to comment