Bruce Momjian <pgman@candle.pha.pa.us> writes:

Bruce Momjian <bruce@momjian.us>

Commit: 81b48493aa34ca75602f7453ca134c542687809c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-02-23T18:28:46Z
Releases: 7.1.1
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Is there one LOCKMETHODCTL for every backend?  I thought there was only
> one of them.
>>
>> You're right, that line is erroneous; it should read
>>
>> size += MAX_LOCK_METHODS * MAXALIGN(sizeof(LOCKMETHODCTL));
>>
>> Not a significant error but it should be changed for clarity ...

Files

PathChange+/−
src/backend/storage/lmgr/lock.c modified +2 −3
src/include/storage/lock.h modified +4 −3