Re: BUG #2836: SPI_execute_plan failed on pl/pgsql function that worked on 8.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Albert Cervera i Areny" <albert(at)sedifa(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2836: SPI_execute_plan failed on pl/pgsql function that worked on 8.1
Date: 2006-12-26 16:57:46
Message-ID: 18577.1167152266@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Albert Cervera i Areny" <albert(at)sedifa(dot)com> writes:
> I get the following error on a function that worked correctly on 8.1:

> ERROR: SPI_execute_plan failed executing query "UPDATE
> pg_catalog.pg_settings SET setting= $1 WHERE name='search_path'":
> Unrecognized SPI code 0

Fixed, thanks for the report!

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-12-26 19:28:41 Re: BUG #2839: after record with NULL field, query result is wrong
Previous Message Gurjeet Singh 2006-12-26 15:09:01 Re: NEED URGENT HELP....