Re: Call pqPipelineFlush from PQsendFlushRequest

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Call pqPipelineFlush from PQsendFlushRequest
Дата
Msg-id 2956501.1706817642@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Call pqPipelineFlush from PQsendFlushRequest  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Call pqPipelineFlush from PQsendFlushRequest  (Jelte Fennema-Nio <postgres@jeltef.nl>)
Список pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> On 2023-Nov-07, Michael Paquier wrote:
>> Indeed, it looks a bit strange that there is no flush if the buffer
>> threshold is reached once the message is sent, so your suggestion
>> sounds right.  Alvaro?

> Pushed, thanks.

I observe that this patch did not touch libpq.sgml, which still says

       Note that the request is not itself flushed to the server automatically;
       use <function>PQflush</function> if necessary.

Doesn't that require some rewording?

            regards, tom lane



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

Предыдущее
От: Sergey Dudoladov
Дата:
Сообщение: Re: Add connection active, idle time to pg_stat_activity
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Flushing large data immediately in pqcomm