Re: BUG #5500: SPI_execute_plan_with_paramlist SPI_ERROR_TRANSACTION with savepoint

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Robert Walker" <robwalker01(at)speedymail(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5500: SPI_execute_plan_with_paramlist SPI_ERROR_TRANSACTION with savepoint
Date: 2010-06-11 21:35:13
Message-ID: 13382.1276292113@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Robert Walker" <robwalker01(at)speedymail(dot)org> writes:
> SPI_execute_plan_with_paramlist seems to be newly introduced into 9.0 beta
> that is causing an error in pl/pgsql when attempting to create a savepoint.
> This did not happen when using version 8.4 (which I assume was not using
> SPI_execute_plan_with_paramlist), so I believe this is a regression.

Um, it's never been the case that you could execute a SAVEPOINT
statement inside plpgsql. I'd be interested to see the case that
you claim worked in 8.4.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2010-06-11 23:38:14 Re: BUG #5500: SPI_execute_plan_with_paramlist SPI_ERROR_TRANSACTION with savepoint
Previous Message Dimitri Fontaine 2010-06-11 20:46:04 Re: BUG #5488: pg_dump does not quote column names -> pg_restore may fail when upgrading