Thread: bizgres - bizgres: Amend self deadlock algorithm for resource

bizgres - bizgres: Amend self deadlock algorithm for resource

From
markir@pgfoundry.org (User Markir)
Date:
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)