Re: [PATCH] notice handler

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] notice handler
Дата
Msg-id 9633.1126995580@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [PATCH] notice handler  ("Scot Loach" <sloach@sandvine.com>)
Список pgsql-odbc
"Scot Loach" <sloach@sandvine.com> writes:
> This patch fill fix the notice handler so that the odbc driver doesn't output notices from the backend to stderr.

Why is that a "fix" and not "breaking it"?  It sounds pretty ill-advised
to me.  In particular, notices sent when not inside a query are usually
pretty significant (ie, the backend telling you why it's about to cut
off your connection), and I can't see a justification for arbitrarily
suppressing them.

            regards, tom lane

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [PATCH] fix for wrong error code returned
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: [PATCH] notice handler