aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-10-13 06:24:05 +0000
committerNeil Conway <neilc@samurai.com>2005-10-13 06:24:05 +0000
commitc10dba2fe31e4545b57260a4d0a2b3e6b51dcc45 (patch)
treef4b005bdc44bb24058e160c05202615349f6d68e
parent689c815b09f0bd17c7599180249a97eef2c1999b (diff)
downloadpostgresql-c10dba2fe31e4545b57260a4d0a2b3e6b51dcc45.tar.gz
postgresql-c10dba2fe31e4545b57260a4d0a2b3e6b51dcc45.zip
Remove an antiquated comment.
-rw-r--r--src/backend/storage/lmgr/proc.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c
index 7e83e5f0cb2..6005cb7ee53 100644
--- a/src/backend/storage/lmgr/proc.c
+++ b/src/backend/storage/lmgr/proc.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/storage/lmgr/proc.c,v 1.165 2005/10/11 20:41:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/lmgr/proc.c,v 1.166 2005/10/13 06:24:05 neilc Exp $
*
*-------------------------------------------------------------------------
*/
@@ -29,14 +29,6 @@
*
* ProcKill -- destroys the shared memory state (and locks)
* associated with the process.
- *
- * 5/15/91 -- removed the buffer pool based lock chain in favor
- * of a shared memory lock chain. The write-protection is
- * more expensive if the lock chain is in the buffer pool.
- * The only reason I kept the lock chain in the buffer pool
- * in the first place was to allow the lock table to grow larger
- * than available shared memory and that isn't going to work
- * without a lot of unimplemented support anyway.
*/
#include "postgres.h"