Thread: plpsm - plpgpsm: Refactoring declaration of variables, cursors and

plpsm - plpgpsm: Refactoring declaration of variables, cursors and

From
okbob@pgfoundry.org (User Okbob)
Date:
Log Message:
-----------
Refactoring declaration of variables, cursors and handlers. Reason is fix
of bug, when wasn't possible overwrite local variables. With gramatic controlled
variable's declaration I din't able correctly call plpgpsm_ns_setlocal() fce.

Modified Files:
--------------
    plpgpsm/src:
        gram.y (r1.20 -> r1.21)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.20&r2=1.21)
        pl_exec.c (r1.15 -> r1.16)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/pl_exec.c.diff?r1=1.15&r2=1.16)
        plpgpsm.h (r1.15 -> r1.16)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/plpgpsm.h.diff?r1=1.15&r2=1.16)
        scan.l (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/scan.l.diff?r1=1.7&r2=1.8)