Re: Wrong usage of pqMsg_Close message code?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Wrong usage of pqMsg_Close message code?
Дата
Msg-id ZO0lcXlwln/Ir09S@paquier.xyz
обсуждение исходный текст
Ответ на Re: Wrong usage of pqMsg_Close message code?  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: Wrong usage of pqMsg_Close message code?
Список pgsql-hackers
On Tue, Aug 29, 2023 at 06:12:00AM +0900, Tatsuo Ishii wrote:
> I think EndReplicationCommand needs to be fixed as well.

Yeah, both of you are right here.  Anyway, it seems to me that there
is a bit more going on in protocol.h.  I have noticed two more things
that are incorrect:
- HandleParallelMessage is missing a message for 'P', but I think that
we should have a code for it as well as part of the parallel query
protocol.
- PqMsg_Terminate can be sent by the frontend *and* the backend, see
fe-connect.c and parallel.c.  However, protocol.h documents it as a
frontend-only code.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH v1] PQputCopyEnd never returns 0, fix the inaccurate comment
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Debian 12 gcc warning