bizgres - bizgres: Add code to catch deadlocking against self (e.g. - Mailing list pgsql-committers

From markir@pgfoundry.org (User Markir)
Subject bizgres - bizgres: Add code to catch deadlocking against self (e.g.
Date
Msg-id 20060907064011.A958886C65C@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add code to catch deadlocking against self (e.g. opening 6 cursors when you
belong to a queue with active threshold 5).

This could be used to handle the case of 1 statement with a cost higher than
the queue cost threshold (currently allow overcommit if it is the only active
statement).

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

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

pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: npgsql - Npgsql: Fixed the resource each country.
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - plscheme: spi-prepare and spi-execute-prepared functions are