Error on PQputline()

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Error on PQputline()
Date: 2002-05-17 23:00:18
Message-ID: D90A5A6C612A39408103E6ECDD77B82920CE75@voyager.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-05-17 23:01:11 Re: More schema queries
Previous Message Dave Page 2002-05-17 22:38:04 Re: More schema queries