8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0240b28 commit 1c8302cCopy full SHA for 1c8302c
src/backend/storage/lmgr/deadlock.c
@@ -12,7 +12,7 @@
12
*
13
14
* IDENTIFICATION
15
- * $PostgreSQL: pgsql/src/backend/storage/lmgr/deadlock.c,v 1.46 2007/03/03 19:32:54 neilc Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/lmgr/deadlock.c,v 1.47 2007/04/20 20:15:52 momjian Exp $
16
17
* Interface:
18
@@ -836,6 +836,8 @@ PrintLockQueue(LOCK *lock, const char *info)
836
* Append a description of a lockable object to buf.
837
838
* XXX probably this should be exported from lmgr.c or some such place.
839
+ * Ideally we would print names for the numeric values, but that requires
840
+ * getting locks on system tables, which might cause problems.
841
*/
842
static void
843
DescribeLockTag(StringInfo buf, const LOCKTAG *lock)
0 commit comments