Fix off-by-one bug in LWLockRegisterTranche().
Original coding failed to enlarge the array as required if the requested tranche_id was equal to LWLockTranchesAllocated. In passing, fix poor style of not casting the result of (re)palloc.
Showing
Please register or sign in to comment