File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- $Header: /cvsroot/pgsql/src/backend/storage/lmgr/README,v 1.12 2002/10/31 21:34:16 tgl Exp $
1
+ $Header: /cvsroot/pgsql/src/backend/storage/lmgr/README,v 1.13 2003/02/18 03:33:50 momjian Exp $
2
2
3
3
4
4
LOCKING OVERVIEW
@@ -48,7 +48,7 @@ The rest of this README file discusses the regular lock manager in detail.
48
48
LOCK DATA STRUCTURES
49
49
50
50
There are two fundamental lock structures: the per-lockable-object LOCK
51
- struct, and the per-lock-holder PROCLOCK struct. A LOCK object exists
51
+ struct, and the per-lock PROCLOCK struct. A LOCK object exists
52
52
for each lockable object that currently has locks held or requested on it.
53
53
A PROCLOCK struct exists for each transaction that is holding or requesting
54
54
lock(s) on each LOCK object.
You can’t perform that action at this time.
0 commit comments