pgsql: Forgot to handle the new SPI_OK_REWRITTEN result code in a couple

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Forgot to handle the new SPI_OK_REWRITTEN result code in a couple
Date: 2009-01-21 11:13:15
Message-ID: 20090121111315.294CA7559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-01-21 12:35:53 Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.
Previous Message Heikki Linnakangas 2009-01-21 11:02:41 pgsql: Add new SPI_OK_REWRITTEN return code to SPI_execute and friends,