Re: Lock structures

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

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Adam Rose
Дата:
Сообщение: Truncating column names
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Date calculation produces wrong output with 7.02