aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-07-27 08:05:36 +0000
committerNeil Conway <neilc@samurai.com>2005-07-27 08:05:36 +0000
commitb98b75eb3bf4d1be59e13ce954612c8bab81b08e (patch)
treea2e8b30f0fa415485ff8f04a92c0c64fb2e0fb1d /src
parenta43bbe34ff0d3a8a270a1118e7a727732ce617d4 (diff)
downloadpostgresql-b98b75eb3bf4d1be59e13ce954612c8bab81b08e.tar.gz
postgresql-b98b75eb3bf4d1be59e13ce954612c8bab81b08e.zip
Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.
Diffstat (limited to 'src')
-rw-r--r--src/include/storage/lwlock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/lwlock.h b/src/include/storage/lwlock.h
index b4ebdb85d59..16c369117c7 100644
--- a/src/include/storage/lwlock.h
+++ b/src/include/storage/lwlock.h
@@ -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,