Thread: pgsql-server/src backend/storage/lmgr/deadlock ...

pgsql-server/src backend/storage/lmgr/deadlock ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/01/16 16:01:45

Modified files:
    src/backend/storage/lmgr: deadlock.c lock.c proc.c
    src/include/storage: lock.h

Log message:
    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.