plpsm - plpgpsm: consistent handling exit and continue handlers in - Mailing list pgsql-committers

From okbob@pgfoundry.org (User Okbob)
Subject plpsm - plpgpsm: consistent handling exit and continue handlers in
Date
Msg-id 20070116195112.A081B217221@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
consistent handling exit and continue handlers in atomic block.

After catching exception I do rollback inner subtransaction -> needed for
correct excecution of any handler, and then I do rollback uter atomic
compound block, because I wont to correct execution all statements in
atomic coumpound statement.

Modified Files:
--------------
    plpgpsm/src:
        pl_exec.c (r1.24 -> r1.25)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/pl_exec.c.diff?r1=1.24&r2=1.25)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix incorrect permissions check in
Next
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Minor improvements to the TODO list.