• Bruce Momjian's avatar
    Bruce Momjian <pgman@candle.pha.pa.us> writes: · 81b48493
    Bruce Momjian authored
    > 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 ...
    81b48493
lock.h 8.71 KB