Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao <fujii@postgresql.org>
Show PIDs of lock holders and waiters in log_lock_waits log message. Christian Kruse, reviewed by Kumar Rajeev Rastogi.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/sources.sgml | modified | +9 −0 |
| src/backend/storage/lmgr/proc.c | modified | +83 −5 |
| src/backend/utils/error/elog.c | modified | +22 −0 |
| src/include/utils/elog.h | modified | +8 −0 |