diff options
Diffstat (limited to 'src/include/storage/lock.h')
| -rw-r--r-- | src/include/storage/lock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index 8d3a6012b82..9a6449f8986 100644 --- a/src/include/storage/lock.h +++ b/src/include/storage/lock.h @@ -487,6 +487,8 @@ extern bool LockRelease(const LOCKTAG *locktag, extern void LockReleaseAll(LOCKMETHODID lockmethodid, bool allLocks); extern void LockReleaseCurrentOwner(void); extern void LockReassignCurrentOwner(void); +extern bool LockHasWaiters(const LOCKTAG *locktag, + LOCKMODE lockmode, bool sessionLock); extern VirtualTransactionId *GetLockConflicts(const LOCKTAG *locktag, LOCKMODE lockmode); extern void AtPrepare_Locks(void); |
