diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/storage/lwlock.h | 3 |
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, |