bizgres - bizgres: Amend self deadlock algorithm for resource - Mailing list pgsql-committers

From markir@pgfoundry.org (User Markir)
Subject bizgres - bizgres: Amend self deadlock algorithm for resource
Date
Msg-id 20060908001251.0914586C689@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: markir@pgfoundry.org (User Markir)
Date:
Subject: bizgres - bizgres: Document the catalog changes for Resource Scheduling.
Next
From: markir@pgfoundry.org (User Markir)
Date:
Subject: bizgres - bizgres: Remove build generated files.