Re: Putting code in main of src/backend/main/main.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Putting code in main of src/backend/main/main.c
Дата
Msg-id 6264.1051244899@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Putting code in main of src/backend/main/main.c  ("Sumaira Ali -" <nat_lazy@hotmail.com>)
Список pgsql-hackers
"Sumaira Ali -" <nat_lazy@hotmail.com> writes:
> <P>What do you mean by underlying state? And also, each each time any process (transaction)wants to acqure a lock it
callsLockAcquire (and if we put our code to update our linkedlist)and won't that ways each processes's actions be
recordedin the linkedlist.</P>
 

Not unless you keep the linked list in shared memory --- at which point
it is surely duplicative of the lists the lock manager already maintains.
        regards, tom lane



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

Предыдущее
От: "Sumaira Ali -"
Дата:
Сообщение: Re: Putting code in main of src/backend/main/main.c
Следующее
От: Joe Conway
Дата:
Сообщение: Re: compile error on cvs tip