Re: errcontext support in PL/Perl

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: errcontext support in PL/Perl
Дата
Msg-id 20090721153947.GD32074@alvh.no-ip.org
обсуждение исходный текст
Ответ на errcontext support in PL/Perl  (Alexey Klyukin <alexk@commandprompt.com>)
Ответы Re: errcontext support in PL/Perl  (Alexey Klyukin <alexk@commandprompt.com>)
Список pgsql-hackers
Alexey Klyukin wrote:

> Attached is a patch (HEAD) that sets errcontext with PL/Perl function  
> name, making a distinction between compilation and execution stages,  
> fixes error messages where function name was already included in the  
> message itself and updates regression tests. I'll appreciate any  
> suggestions on how to improve it.

Hmm, in plperl_exec_callback(), does the global variable work if you
call one plperl function from another?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Lars Kanis
Дата:
Сообщение: Re: [PATCH] user mapping extension to pg_ident.conf
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH v4] Avoid manual shift-and-test logic in AllocSetFreeIndex