Re: server crash: displaying sqlerrm in exception block

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: server crash: displaying sqlerrm in exception block
Дата
Msg-id 8184.1170949059@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: server crash: displaying sqlerrm in exception block  ("Asif Ali" <asifalirehman@gmail.com>)
Ответы Re: server crash: displaying sqlerrm in exception block  ("Asif Ali" <asifalirehman@gmail.com>)
Список pgsql-bugs
"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

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

Предыдущее
От: "Asif Ali"
Дата:
Сообщение: Re: server crash: displaying sqlerrm in exception block
Следующее
От: "Marcio A. Sepp"
Дата:
Сообщение: Possible problem with type bigserial in pg_dump/pg_restore