Error on PQputline() - Mailing list pgsql-hackers

From Dann Corbit
Subject Error on PQputline()
Date
Msg-id D90A5A6C612A39408103E6ECDD77B82920CE75@voyager.corporate.connx.com
Whole thread Raw
Responses Re: Error on PQputline()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
The contents of the error message are:

conn->errorMessage.data    0x00312440 "pqFlush() --  couldn't send data:
errno=0
No error A non-blocking socket operation could not be completed
immediately.

for this:
         if (PQputline(conn, pszBCPdata[i++]) == EOF)          printf("Error inserting data on row %d\n",
i-1);

What is the correct recovery action?  Do I send the same buffer again?


pgsql-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: More schema queries
Next
From: Tom Lane
Date:
Subject: Re: More schema queries