File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -5813,28 +5813,28 @@ int PQpipelineSync(PGconn *conn);
58135813 <varlistentry id="libpq-PQsendFlushRequest">
58145814 <term><function>PQsendFlushRequest</function><indexterm><primary>PQsendFlushRequest</primary></indexterm></term>
58155815
5816- <listitem>
5817- <para>
5818- Sends a request for the server to flush its output buffer.
5816+ <listitem>
5817+ <para>
5818+ Sends a request for the server to flush its output buffer.
58195819<synopsis>
58205820int PQsendFlushRequest(PGconn *conn);
58215821</synopsis>
5822- </para>
5822+ </para>
58235823
5824- <para>
5825- Returns 1 for success. Returns 0 on any failure.
5826- </para>
5827- <para>
5828- The server flushes its output buffer automatically as a result of
5829- <function>PQpipelineSync</function> being called, or
5830- on any request when not in pipeline mode; this function is useful
5831- to cause the server to flush its output buffer in pipeline mode
5832- without establishing a synchronization point.
5833- Note that the request is not itself flushed to the server automatically;
5834- use <function>PQflush</function> if necessary.
5835- </para>
5836- </listitem>
5837- </varlistentry>
5824+ <para>
5825+ Returns 1 for success. Returns 0 on any failure.
5826+ </para>
5827+ <para>
5828+ The server flushes its output buffer automatically as a result of
5829+ <function>PQpipelineSync</function> being called, or
5830+ on any request when not in pipeline mode; this function is useful
5831+ to cause the server to flush its output buffer in pipeline mode
5832+ without establishing a synchronization point.
5833+ Note that the request is not itself flushed to the server automatically;
5834+ use <function>PQflush</function> if necessary.
5835+ </para>
5836+ </listitem>
5837+ </varlistentry>
58385838 </variablelist>
58395839 </sect2>
58405840
Original file line number Diff line number Diff line change @@ -3235,7 +3235,7 @@ pqPipelineProcessQueue(PGconn *conn)
32353235 * error, a PGresult with PGRES_PIPELINE_SYNC is produced.
32363236 *
32373237 * Queries can already have been sent before PQpipelineSync is called, but
3238- * PQpipelineSync need to be called before retrieving command results.
3238+ * PQpipelineSync needs to be called before retrieving command results.
32393239 *
32403240 * The connection will remain in pipeline mode and unavailable for new
32413241 * synchronous command execution functions until all results from the pipeline
You can’t perform that action at this time.
0 commit comments