Re: Lock structures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Lock structures
Дата
Msg-id 28799.982951524@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Lock structures  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Lock structures
Список pgsql-hackers
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 ...

> I assume the fix should be done in 7.2, not 7.1, right?

I see no reason to put it off ...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CommitDelay performance improvement
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: CommitDelay performance improvement