Error on PQputline()

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Error on PQputline()
Дата
Msg-id D90A5A6C612A39408103E6ECDD77B82920CE75@voyager.corporate.connx.com
обсуждение исходный текст
Ответы Re: Error on PQputline()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: More schema queries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: More schema queries