diff options
Diffstat (limited to 'src/include/storage/lock.h')
-rw-r--r-- | src/include/storage/lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index 92b6d9d1b42..faddef579c7 100644 --- a/src/include/storage/lock.h +++ b/src/include/storage/lock.h @@ -412,7 +412,7 @@ typedef struct LOCALLOCK int64 nLocks; /* total number of times lock is held */ int numLockOwners; /* # of relevant ResourceOwners */ int maxLockOwners; /* allocated size of array */ - bool holdsStrongLockCount; /* did we bump FastPathStrongLocks? */ + bool holdsStrongLockCount; /* bumped FastPathStrongRelatonLocks? */ LOCALLOCKOWNER *lockOwners; /* dynamically resizable array */ } LOCALLOCK; |