Re: triggers with parameters can cause backend crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: triggers with parameters can cause backend crash
Дата
Msg-id 4127.1003850511@sss.pgh.pa.us
обсуждение исходный текст
Ответ на triggers with parameters can cause backend crash  ("Andras Belokosztolszki" <beland1@hotmail.com>)
Список pgsql-bugs
"Andras Belokosztolszki" <beland1@hotmail.com> writes:
> When I use 2 or more triggers (body written in C) with trigger parameters,
> triggered within the same psql connection the backend crashes randomly.

It's hard to tell for sure from your incomplete example, but I wonder
whether you are sometimes returning a garbage pointer value from your
trigger function.  The quoted code looks like it has mismatched braces,
leaving me wondering if it's possible to fall off the end of the
function without executing a "return" statement.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ALL in SELECT syntax \h psql flawed?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ALL in SELECT syntax \h psql flawed?