Re: BUG #11022: \copy report negative row number

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #11022: \copy report negative row number
Date: 2014-07-23 05:32:08
Message-ID: 53CF48D8.9090509@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 7/22/2014 10:15 PM, amutu(at)amutu(dot)com wrote:
> psql 9.3.2
> pg server 9.2.4
>
> when \copy a big file with 6billion rows,some one kill -9 the server,I find
> client message report negative row numbers:
> CONTEXT: COPY a_xxx, line -1454214895:

so, the actual bug is that the 32 bit line counter wrapped around on
this very large file?

hmmm.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jov 2014-07-23 06:25:13 Re: BUG #11022: \copy report negative row number
Previous Message amutu 2014-07-23 05:15:59 BUG #11022: \copy report negative row number