File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.58 2001/03/04 18:54:07 petere Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.59 2001/03/21 19:09:03 petere Exp $
33-->
44
55 <chapter id="libpq">
@@ -239,14 +239,14 @@ PGconn *PQsetdb(char *pghost,
239239
240240 <listitem>
241241 <para>
242- <function>PQconnectStart</function>
242+ <function>PQconnectStart</function>,
243243 <function>PQconnectPoll</function>
244244 Make a connection to the database server in a non-blocking manner.
245245<synopsis>
246246PGconn *PQconnectStart(const char *conninfo)
247247</synopsis>
248248<synopsis>
249- PostgresPollingStatusType * PQconnectPoll(PQconn *conn)
249+ PostgresPollingStatusType PQconnectPoll(PGconn *conn)
250250</synopsis>
251251 These two routines are used to open a connection to a database server such
252252 that your application's thread of execution is not blocked on remote I/O
You can’t perform that action at this time.
0 commit comments