Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc10dba2

Browse files
author
Neil Conway
committed
Remove an antiquated comment.
1 parent689c815 commitc10dba2

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)

[8]ページ先頭

©2009-2025 Movatter.jp