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

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

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

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/02/23 15:12:37

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

Log message:
    As long as we're fixing this space calculation, let's actually do it
    right.  We should MAXALIGN the individual items because we'll
    allocate them individually, not as an array.