Re: Call pqPipelineFlush from PQsendFlushRequest - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Call pqPipelineFlush from PQsendFlushRequest
Date
Msg-id 2956501.1706817642@sss.pgh.pa.us
Whole thread Raw
In response to Re: Call pqPipelineFlush from PQsendFlushRequest  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Call pqPipelineFlush from PQsendFlushRequest
List 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 by date:

Previous
From: Sergey Dudoladov
Date:
Subject: Re: Add connection active, idle time to pg_stat_activity
Next
From: Robert Haas
Date:
Subject: Re: Flushing large data immediately in pqcomm