Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9ee8e7a

Browse files
committed
Update README.
1 parent f690acf commit 9ee8e7a

File tree

1 file changed

+2
-2
lines changed
  • src/backend/storage/lmgr

1 file changed

+2
-2
lines changed

src/backend/storage/lmgr/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $
22

33

44
LOCKING OVERVIEW
@@ -48,7 +48,7 @@ The rest of this README file discusses the regular lock manager in detail.
4848
LOCK DATA STRUCTURES
4949

5050
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
5252
for each lockable object that currently has locks held or requested on it.
5353
A PROCLOCK struct exists for each transaction that is holding or requesting
5454
lock(s) on each LOCK object.

0 commit comments

Comments
 (0)