pgsql: Forgot to handle the new SPI_OK_REWRITTEN result code in a couple - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Forgot to handle the new SPI_OK_REWRITTEN result code in a couple
Date
Msg-id 20090121111315.294CA7559ED@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Forgot to handle the new SPI_OK_REWRITTEN result code in a couple places.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_exec.c (r1.230 -> r1.231)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c?r1=1.230&r2=1.231)
    pgsql/src/pl/tcl:
        pltcl.c (r1.126 -> r1.127)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/pltcl.c?r1=1.126&r2=1.127)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Add new SPI_OK_REWRITTEN return code to SPI_execute and friends,
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Remove stray ' character at end of line.