]> granicus.if.org Git - postgresql/commitdiff
Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.
authorNeil Conway <neilc@samurai.com>
Wed, 27 Jul 2005 08:05:36 +0000 (08:05 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 27 Jul 2005 08:05:36 +0000 (08:05 +0000)
src/include/storage/lwlock.h

index b4ebdb85d5961d8cbf6fe5f6718e59a6db2ff1e2..16c369117c787dfd1f497b4d395319f9573cb6a2 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $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 $
  *
  *-------------------------------------------------------------------------
  */
@@ -33,7 +33,6 @@ typedef enum LWLockId
        ProcArrayLock,
        SInvalLock,
        FreeSpaceLock,
-       MMCacheLock,
        WALInsertLock,
        WALWriteLock,
        ControlFileLock,