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

Поиск
Список
Период
Сортировка
От markir@pgfoundry.org (User Markir)
Тема bizgres - bizgres: Add code to catch deadlocking against self (e.g.
Дата
Msg-id 20060907064011.A958886C65C@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: npgsql - Npgsql: Fixed the resource each country.
Следующее
От: knt@pgfoundry.org (User Knt)
Дата:
Сообщение: plscheme - plscheme: spi-prepare and spi-execute-prepared functions are