Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43bbe3 commit b98b75eCopy full SHA for b98b75e
src/include/storage/lwlock.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.20 2005/06/17 22:32:50 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.21 2005/07/27 08:05:36 neilc Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -33,7 +33,6 @@ typedef enum LWLockId
33
ProcArrayLock,
34
SInvalLock,
35
FreeSpaceLock,
36
- MMCacheLock,
37
WALInsertLock,
38
WALWriteLock,
39
ControlFileLock,
0 commit comments