File tree 2 files changed +19
-19
lines changed
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);
5813
5813
<varlistentry id="libpq-PQsendFlushRequest">
5814
5814
<term><function>PQsendFlushRequest</function><indexterm><primary>PQsendFlushRequest</primary></indexterm></term>
5815
5815
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.
5819
5819
<synopsis>
5820
5820
int PQsendFlushRequest(PGconn *conn);
5821
5821
</synopsis>
5822
- </para>
5822
+ </para>
5823
5823
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>
5838
5838
</variablelist>
5839
5839
</sect2>
5840
5840
Original file line number Diff line number Diff line change @@ -3235,7 +3235,7 @@ pqPipelineProcessQueue(PGconn *conn)
3235
3235
* error, a PGresult with PGRES_PIPELINE_SYNC is produced.
3236
3236
*
3237
3237
* 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.
3239
3239
*
3240
3240
* The connection will remain in pipeline mode and unavailable for new
3241
3241
* synchronous command execution functions until all results from the pipeline
You can’t perform that action at this time.
0 commit comments