Re: [GENERAL] Logging broken messages

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: [GENERAL] Logging broken messages
Дата
Msg-id 316B916B-0960-4473-944E-76DECDD47A9F@blighty.com
обсуждение исходный текст
Ответ на [GENERAL] Logging broken messages  (Rui Pacheco <rui.pacheco@gmail.com>)
Ответы Re: [GENERAL] Logging broken messages  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> On Feb 6, 2017, at 9:21 AM, Rui Pacheco <rui.pacheco@gmail.com> wrote:
>
> Hello,
>
> I’m trying to implement a version of the wire protocol but I’ve hit a problem: whenever I send a Close Statement
messageto the remote, it just hangs indefinitely. I suspect the problem could be on my side but I can’t find anything
onmy code that doesn’t match the manual. 
>
> Is there a way to configure Postgres to debug this? I’ve tried setting a number of log parameters but nothing shows
upon syslog: 

Wireshark has a v3 postgresql protocol dissector. It might be worth comparing your code with libpq and see if anything
looksdifferent. 

Cheers,
  Steve



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

Предыдущее
От: Steven Winfield
Дата:
Сообщение: [GENERAL] Build exclusion constraints USING INDEX
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Logging broken messages