|
12 | 12 | * |
13 | 13 | * |
14 | 14 | * IDENTIFICATION |
15 | | - * $PostgreSQL: pgsql/src/backend/storage/lmgr/deadlock.c,v 1.46 2007/03/03 19:32:54 neilc Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/backend/storage/lmgr/deadlock.c,v 1.47 2007/04/20 20:15:52 momjian Exp $ |
16 | 16 | * |
17 | 17 | *Interface: |
18 | 18 | * |
@@ -836,6 +836,8 @@ PrintLockQueue(LOCK *lock, const char *info) |
836 | 836 | * Append a description of a lockable object to buf. |
837 | 837 | * |
838 | 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. |
839 | 841 | */ |
840 | 842 | staticvoid |
841 | 843 | DescribeLockTag(StringInfobuf,constLOCKTAG*lock) |
|