bizgres - bizgres: Amend self deadlock algorithm for resource

Поиск
Список
Период
Сортировка
От markir@pgfoundry.org (User Markir)
Тема bizgres - bizgres: Amend self deadlock algorithm for resource
Дата
Msg-id 20060908001251.0914586C689@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Amend self deadlock algorithm for resource scheduling, it was being brain dead
and continuing to scan the lock list after finding a holder that wasn't me,
changed to stop the scan when this happens.

Modified Files:
--------------
    bizgres/postgresql/src/backend/storage/lmgr:
        proc.c (r1.3 -> r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/storage/lmgr/proc.c.diff?r1=1.3&r2=1.4)

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

Предыдущее
От: markir@pgfoundry.org (User Markir)
Дата:
Сообщение: bizgres - bizgres: Document the catalog changes for Resource Scheduling.
Следующее
От: markir@pgfoundry.org (User Markir)
Дата:
Сообщение: bizgres - bizgres: Remove build generated files.