|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.48 1999/04/3016:22:46 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.49 1999/04/3017:03:04 momjian Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * Outside modules can create a lock table and acquire/release
|
@@ -819,7 +819,7 @@ LockResolveConflicts(LOCKMETHOD lockmethod,
|
819 | 819 | {
|
820 | 820 | /* ------------------------
|
821 | 821 | * If someone with a greater priority is waiting for the lock,
|
822 |
| - * do not continue and share the lock, even if we can.bjm |
| 822 | + * do not continue and share the lock, even if we can. |
823 | 823 | * Don't do this if the process already has some locks, because
|
824 | 824 | * this could hold up other people waiting on our locks, causing
|
825 | 825 | * a priority inversion. bjm
|
|