bizgres - bizgres: Fix bug whereby ROLLBACK TO SAVEPOINT would not - Mailing list pgsql-committers

From markir@pgfoundry.org (User Markir)
Subject bizgres - bizgres: Fix bug whereby ROLLBACK TO SAVEPOINT would not
Date
Msg-id 20060927064053.B671586C6E5@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix bug whereby ROLLBACK TO SAVEPOINT would not release appropriate resource
locks. This was caused by complete lack of any resource owner being associated
with resource lock and portal increment data structures.

Modified Files:
--------------
    bizgres/postgresql/src/backend/utils/resowner:
        resowner.c (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/resowner/resowner.c.diff?r1=1.2&r2=1.3)
    bizgres/postgresql/src/backend/utils/resscheduler:
        resqueue.c (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/resscheduler/resqueue.c.diff?r1=1.5&r2=1.6)
    bizgres/postgresql/src/include/utils:
        resscheduler.h (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/include/utils/resscheduler.h.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: GiST stands for "Generalized Search Tree", and therefore should
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - plscheme: Rename init_*() functions to be grouped in their