Re: pg_migrator alpha 5 - truncates at 10 M rows

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_migrator alpha 5 - truncates at 10 M rows
Date: 2009-05-10 00:05:36
Message-ID: 20090510000536.GC5365@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Erik Rijkers wrote:
> 2009.05.09
>
> pg_migrator alpha 5 results
> from PostgreSQL 8.3.7 to 8.4cvs
>
> Centos 5.2 x86_64 GNU/Linux
>
> pg_migrator ran without errors.
>
> Of 120 tables, all smaller tables
> have the correct rowcount, but all
> larger tables are 'truncated' at
> around 10 million rows. I haven't
> looked at table content.

Can you please show
SELECT relname, pg_relation_size(oid) FROM pg_class
for your tables?

I'm wondering that it could have forgotten to migrate the later table
segments ...

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message damien@dalibo.info 2009-05-10 00:05:48 Re: Have \d show child tables that inherit from the specified parent
Previous Message Tom Lane 2009-05-09 23:00:37 Re: HashJoin w/option to unique-ify inner rel