Fix a typo and some doc indentation related to libpq pipeline functions
Noticed while reviewing the area for a different patch. This is cosmetic, so no backpatch is done.
This commit is contained in:
parent
237d01139b
commit
83eb244e41
@ -3235,7 +3235,7 @@ pqPipelineProcessQueue(PGconn *conn)
|
||||
* error, a PGresult with PGRES_PIPELINE_SYNC is produced.
|
||||
*
|
||||
* Queries can already have been sent before PQpipelineSync is called, but
|
||||
* PQpipelineSync need to be called before retrieving command results.
|
||||
* PQpipelineSync needs to be called before retrieving command results.
|
||||
*
|
||||
* The connection will remain in pipeline mode and unavailable for new
|
||||
* synchronous command execution functions until all results from the pipeline
|
||||
|
Loading…
x
Reference in New Issue
Block a user