|
23 | 23 | * Portions Copyright (c) 1994, Regents of the University of California
|
24 | 24 | *
|
25 | 25 | * IDENTIFICATION
|
26 |
| - * $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.125 2006/03/05 15:59:09 momjian Exp $ |
| 26 | + * $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.126 2006/05/18 18:19:47 momjian Exp $ |
27 | 27 | *
|
28 | 28 | *-------------------------------------------------------------------------
|
29 | 29 | */
|
|
64 | 64 |
|
65 | 65 | staticintpqPutMsgBytes(constvoid*buf,size_tlen,PGconn*conn);
|
66 | 66 | staticintpqSendSome(PGconn*conn,intlen);
|
67 |
| -staticintpqSocketCheck(PGconn*conn,intforRead,intforWrite, |
| 67 | +staticintpqSocketCheck(PGconn*conn,intforRead,intforWrite, |
68 | 68 | time_tend_time);
|
69 | 69 | staticintpqSocketPoll(intsock,intforRead,intforWrite,time_tend_time);
|
70 | 70 |
|
|