Обсуждение: pgsql/src backend/storage/lmgr/lock.c include/ ...

Поиск
Список
Период
Сортировка

pgsql/src backend/storage/lmgr/lock.c include/ ...

От
Bruce Momjian - CVS
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/02/23 13:28:46

Modified files:
    src/backend/storage/lmgr: lock.c
    src/include/storage: lock.h

Log message:
    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 ...