Re: PL/Python SQL error code pass-through

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: PL/Python SQL error code pass-through
Дата
Msg-id 4ECE5FA5.6060506@enterprisedb.com
обсуждение исходный текст
Ответ на Re: PL/Python SQL error code pass-through  (Jan Urbański <wulczer@wulczer.org>)
Ответы Re: PL/Python SQL error code pass-through  (Jan Urbański <wulczer@wulczer.org>)
Список pgsql-hackers
On 24.11.2011 10:07, Jan Urbański wrote:
> On 23/11/11 17:24, Mika Eloranta wrote:
>> Hi all,
>>
>> [PL/Python in 9.1 does not preserve SQLSTATE of errors]
>
> Oops, you're right, it's a regression from 9.0 behaviour.
>
> The fix looks good to me, I changed one place to indent with tabs
> instead of spaces and added a regression test.

Thank you, both. Is there some other fields that we should propagate 
from the original error message that we're missing? Like, context and 
file/line information? Or are those left out on purpose? I wonder if we 
should have a more wholesale approach, and store the whole ErrorData 
struct somewhere, and only add some extra context information with 
errcontext().

> I think this should be backpatched to 9.1, no?

Yeah, it should. Your patch probably makes most sense for backpatching, 
even if we do something more radical on master.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Yoann Moreau
Дата:
Сообщение: tsvector term positions and character offset
Следующее
От: Alexander Shulgin
Дата:
Сообщение: Re: Notes on implementing URI syntax for libpq