Re: Streaming replication and non-blocking I/O

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Streaming replication and non-blocking I/O
Дата
Msg-id 143.1260806173@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Streaming replication and non-blocking I/O  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Fujii Masao <masao.fujii@gmail.com> writes:
> I'm going to set the new function calling ereport as the current notice
> processor by using PQsetNoticeProcessor. But the problem is that only the
> completed message like "NOTICE: xxx" is passed to such notice processor,
> i.e., the error level itself is not passed.

Use PQsetNoticeReceiver.  The other one is just there for backwards
compatibility.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Hot Standby, release candidate?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WAL Info messages