File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -404,15 +404,15 @@ typedef struct LOCALLOCK
404
404
LOCALLOCKTAG tag ; /* unique identifier of locallock entry */
405
405
406
406
/* data */
407
+ uint32 hashcode ; /* copy of LOCKTAG's hash value */
407
408
LOCK * lock ; /* associated LOCK object, if any */
408
409
PROCLOCK * proclock ; /* associated PROCLOCK object, if any */
409
- uint32 hashcode ; /* copy of LOCKTAG's hash value */
410
410
int64 nLocks ; /* total number of times lock is held */
411
- bool holdsStrongLockCount ; /* bumped FastPathStrongRelationLocks */
412
- bool lockCleared ; /* we read all sinval msgs for lock */
413
411
int numLockOwners ; /* # of relevant ResourceOwners */
414
412
int maxLockOwners ; /* allocated size of array */
415
413
LOCALLOCKOWNER * lockOwners ; /* dynamically resizable array */
414
+ bool holdsStrongLockCount ; /* bumped FastPathStrongRelationLocks */
415
+ bool lockCleared ; /* we read all sinval msgs for lock */
416
416
} LOCALLOCK ;
417
417
418
418
#define LOCALLOCK_LOCKMETHOD (llock ) ((llock).tag.lock.locktag_lockmethodid)
You can’t perform that action at this time.
0 commit comments