Re: PostgreSQL and pq_flush/pq_recvbuf

2001-12-28 Thread First Name Last Name
Thank you. In fact, the problem is not very serious, since it only happens when my program finalizes the connection with the database. I was able to verify that everything works well, it is only when my program disconnects that those errors appear. I think that it can be due that my program (in

PostgreSQL and pq_flush/pq_recvbuf

2001-12-24 Thread First Name Last Name
Hi everybody, 6 months ago I had no problem. But now I am using new versions (cygwin 1.3.6-6, postgresql 7.1.3-1 and cygipc-1.11-1) and I have the following problems: pq_recvbuf: unexpected EOF on client connection pq_recvbuf: recv() failed: The descriptor is a file, not a socket. I readed al