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

Commit c10dba2

Browse files
author
Neil Conway
committed
Remove an antiquated comment.
1 parent 689c815 commit c10dba2

File tree

1 file changed

+1
-9
lines changed
  • src/backend/storage/lmgr

1 file changed

+1
-9
lines changed

src/backend/storage/lmgr/proc.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/storage/lmgr/proc.c,v 1.165 2005/10/11 20:41:32 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/storage/lmgr/proc.c,v 1.166 2005/10/13 06:24:05 neilc Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -29,14 +29,6 @@
2929
*
3030
* ProcKill -- destroys the shared memory state (and locks)
3131
* associated with the process.
32-
*
33-
* 5/15/91 -- removed the buffer pool based lock chain in favor
34-
* of a shared memory lock chain. The write-protection is
35-
* more expensive if the lock chain is in the buffer pool.
36-
* The only reason I kept the lock chain in the buffer pool
37-
* in the first place was to allow the lock table to grow larger
38-
* than available shared memory and that isn't going to work
39-
* without a lot of unimplemented support anyway.
4032
*/
4133
#include "postgres.h"
4234

0 commit comments

Comments
 (0)