Lock structures

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Lock structures
Дата
Msg-id 200102231923.OAA20548@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
Sorry to have been too brief:
 * Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)

Basically, lock methods are now stored in structures, one in shared
memory with a spinlock, and another in normal memory created by the
postmaster.  The goal for 7.2 is to merge these into one shared memory
structure to clarify the code.

--  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Lock structures
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: beta5 packages ...