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 06:27:50
Message-ID: 53CF55E6.30502@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 7/22/2014 11:25 PM, Jov wrote:
> I think so.
> 32 bit counter can count ~ 4 billion rows,this file has 6 billion rows.

a 32 bit integer counts to ~2 billion then wraps around to -2 billion.
(2^31-1 and -2^31 to be precise)

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PatilChandakantK 2014-07-23 07:03:23 BUG #11024: Exported CSV name is not correct.
Previous Message Jov 2014-07-23 06:25:13 Re: BUG #11022: \copy report negative row number