diff options
Diffstat (limited to 'src/include/storage/lwlock.h')
-rw-r--r-- | src/include/storage/lwlock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/storage/lwlock.h b/src/include/storage/lwlock.h index 730c47ba686..3e42f6a468f 100644 --- a/src/include/storage/lwlock.h +++ b/src/include/storage/lwlock.h @@ -81,6 +81,7 @@ typedef enum LWLockId SyncRepLock, BackgroundWorkerLock, DynamicSharedMemoryControlLock, + AutoFileLock, /* Individual lock IDs end here */ FirstBufMappingLock, FirstLockMgrLock = FirstBufMappingLock + NUM_BUFFER_PARTITIONS, |