pgsql: Remove broken Assertions that failed if a statement executed in

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove broken Assertions that failed if a statement executed in
Date: 2009-01-14 09:53:51
Message-ID: 20090114095351.A8A1C754877@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.228 -> r1.229)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c?r1=1.228&r2=1.229)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-01-14 09:53:54 pgsql: Remove broken Assertions that failed if a statement executed in
Previous Message Peter Eisentraut 2009-01-13 19:32:29 pgsql: Remove useless (and insecure) temp file handling.