Re: server crash: displaying sqlerrm in exception block

Поиск
Список
Период
Сортировка
От Asif Ali
Тема Re: server crash: displaying sqlerrm in exception block
Дата
Msg-id c5110cc50702081200r55962f66sca39a49453b99e4@mail.gmail.com
обсуждение исходный текст
Ответ на Re: server crash: displaying sqlerrm in exception block  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi,
well i just updated the code and found your patch is applied in there and
it's working. may be i missed something while applying your patch.

Regards,
--Asif

On 2/8/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> "Asif Ali" <asifalirehman@gmail.com> writes:
> > here is the test case
>
> It works for me:
>
> regression=# select func();
> INFO:  sql error msg ex -----
> INFO:  sql error msg ex -----
> INFO:  sql error v_msg ex -----
> func
> ------
>     0
> (1 row)
>
> Are you sure you applied the patch correctly?  In particular, you'd need
> a working version of bison to rebuild the gram.y file --- the behavior
> you're reporting sounds like what would happen if that hadn't gotten
> rebuilt.
>
>                         regards, tom lane
>



--
Regards,
--Asif Ali Rehman

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #2975: UNIQUE INDEX doesn't work
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Weird misinterpretation of EXECUTE in PL/pgSQL