Re: Why is create function bringing down the Backend server?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why is create function bringing down the Backend server?
Дата
Msg-id 24405.1135276407@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Why is create function bringing down the Backend server?  (Carlos Moreno <moreno_pg@mochima.com>)
Список pgsql-general
Carlos Moreno <moreno_pg@mochima.com> writes:
> The problem is, when I execute the SQL statement:
> create or replace function sha1 ....  ;
> for the second time (i.e., after making modifications and
> recompiling), the *backend* crashes

Getting a stack trace from that core dump might be illuminating.
Better yet, attach to the backend with gdb before you execute
the crash-triggering statement, and let gdb trap the crash.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: reading EXPLAIN output
Следующее
От: Ian Burrell
Дата:
Сообщение: Re: [Slony1-general] Mem usage/leak - advice needed