Re: Trouble with COPY IN

From: Kris Jurka <books(at)ejurka(dot)com>
To: Maciek Sakrejda <msakrejda(at)truviso(dot)com>
Cc: Matthew Wakeling <matthew(at)flymine(dot)org>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Trouble with COPY IN
Date: 2010-07-16 17:41:13
Message-ID: alpine.BSO.2.00.1007161336490.32040@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

On Fri, 16 Jul 2010, Maciek Sakrejda wrote:

> Could it be that COPY is erroring out, and then the driver tries to
> end it anyway, causing the error?

That seems likely. What's probably necessary to reproduce this is a
failure at the end of the data stream. An early error will be received
and processed normally, but an error at the end will be buffered and the
driver will think everything succeeded and try to end the copy not knowing
that it has already failed. I think we'd need to call the blocking
version of processCopyResults prior to endCopy to avoid this misleading
error.

Kris Jurka

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2010-07-16 17:49:16 Re: SHOW TABLES
Previous Message Maciek Sakrejda 2010-07-16 17:32:01 Re: Trouble with COPY IN

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2010-07-16 18:06:21 Re: Trouble with COPY IN
Previous Message Maciek Sakrejda 2010-07-16 17:32:01 Re: Trouble with COPY IN