Re: Bug #958: plperl notice server log

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #958: plperl notice server log
Дата
Msg-id 18019.1051538267@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #958: plperl notice server log  (pgsql-bugs@postgresql.org)
Ответы Re: Bug #958: plperl notice server log
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> The notice message raised by a plperl function is flushed into the server log file only when that client is
disconnectedand the client does not receive the message. On the other hand, the notice raised by a plpgsql function are
flushedinto the server log immediately. 

Difficult to believe, since they both call elog() which does a write(2,...)
--- I see no way that perl could screw that up ...

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #958: plperl notice server log
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #959: handling of 'nan' floating point value with pg_dump incorrect