Remove broken Assertions that failed if a statement executed in PL/pgSQL is
authorHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 14 Jan 2009 09:53:51 +0000 (09:53 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 14 Jan 2009 09:53:51 +0000 (09:53 +0000)
commit63be339a2d09ecf36bbd73bd6a273a508612ccb8
treecd608524c4625da55fa291e0f8b262531f770c07
parent6b462ba2dde5a13bb81d537bd2667df48ca4c845
Remove broken Assertions that failed if a statement executed in PL/pgSQL is
rewritten into another kind of statement, for example if an INSERT is
rewritten into an UPDATE.

Back-patch to 8.3 and 8.2. For HEAD, Tom suggested inventing a new
SPI_OK_REWRITTEN return code, but that's not a backportable solution. I'll
do that as a separate patch, this patch will do as a stopgap measure for HEAD
too in the meanwhile.
src/pl/plpgsql/src/pl_exec.c