Remove broken Assertions that failed if a statement executed in PL/pgSQL is

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 963b87c50b1c64cdd04880577c921cb15e09aaa5
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2009-01-14T09:53:57Z
Releases: 8.2.12
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.

Files

PathChange+/−
src/pl/plpgsql/src/pl_exec.c modified +10 −6