diff options
Diffstat (limited to 'src/include/storage/lwlock.h')
-rw-r--r-- | src/include/storage/lwlock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/lwlock.h b/src/include/storage/lwlock.h index 5472a5204ad..47742c02c59 100644 --- a/src/include/storage/lwlock.h +++ b/src/include/storage/lwlock.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.27 2006/03/05 15:58:59 momjian Exp $ + * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.28 2006/05/08 00:00:17 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -47,6 +47,7 @@ typedef enum LWLockId BgWriterCommLock, TwoPhaseStateLock, TablespaceCreateLock, + BtreeVacuumLock, FirstLockMgrLock, /* must be last except for MaxDynamicLWLock */ MaxDynamicLWLock = 1000000000 |