bizgres - bizgres: Add code to catch deadlocking against self (e.g.

From: markir(at)pgfoundry(dot)org (User Markir)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: Add code to catch deadlocking against self (e.g.
Date: 2006-09-07 06:40:11
Message-ID: 20060907064011.A958886C65C@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Knt 2006-09-07 08:07:17 plscheme - plscheme: spi-prepare and spi-execute-prepared functions are
Previous Message User H-saito 2006-09-07 02:14:52 npgsql - Npgsql: Fixed the resource each country.