File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.51 2000/11/30 23:20:50 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.52 2000/12/21 18:47:05 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="libpq-chapter">
@@ -1292,7 +1292,7 @@ some reason.
1292
1292
int PQflush(PGconn *conn);
1293
1293
</synopsis>
1294
1294
<function>PQflush</function> needs to be called on a non-blocking connection
1295
- before calling <function>select</function> to determine if a responce has
1295
+ before calling <function>select</function> to determine if a response has
1296
1296
arrived. If 0 is returned it ensures that there is no data queued to the
1297
1297
backend that has not actually been sent. Only applications that have used
1298
1298
<function>PQsetnonblocking</function> have a need for this.
You can’t perform that action at this time.
0 commit comments