Re: Bug #701: pqReadData() -- backend closed the channel unexpectedly.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #701: pqReadData() -- backend closed the channel unexpectedly.
Дата
Msg-id 16292.1025395278@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #701: pqReadData() -- backend closed the channel unexpectedly.  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> [ this trigger crashes the backend: ]

> void users()
> {
>         FILE *fp;
>         fp = fopen("/home/suresh/trigger/test.txt","w");
>         fputs("Hello this is c function",fp);
> }

Triggers are supposed to return something --- especially BEFORE
triggers.  See the examples in the manual.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Bug #701: pqReadData() -- backend closed the channel
Следующее
От: "Alfredo"
Дата:
Сообщение: How can I unsuscribe me from the list?