@@ -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