Re: extended query protcol violation?

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: extended query protcol violation?
Дата
Msg-id CAB=Je-Fc5dc885qc9Aq9tOLPKYEDGR6-g4zNam2Kp-ie1DF1nQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: extended query protcol violation?  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: extended query protcol violation?  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Список pgsql-hackers
Tatsuo>responses of a simple query do not include CloseComplete

Tatsuo, where do you get the logs from?
I guess you are just confused by the PRINTED order of the messages in the log.
Note: wire order do not have to be exactly the same as the order in the log since messages are buffered, then might be read in batches.

In other words, an application might just batch (send all three) close(s2), close(s1), query(begin) messages, then read the responses.
How does it break protocol?

Vladimir

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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: extended query protcol violation?
Следующее
От: Andrey Borodin
Дата:
Сообщение: Re: Connections hang indefinitely while taking a gin index's LWLockbuffer_content lock