|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * 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 $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
|
29 | 29 | *
|
30 | 30 | * ProcKill -- destroys the shared memory state (and locks)
|
31 | 31 | *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. |
40 | 32 | */
|
41 | 33 | #include"postgres.h"
|
42 | 34 |
|
|