Re: pg_migrator alpha 5 - truncates at 10 M rows - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: pg_migrator alpha 5 - truncates at 10 M rows
Date
Msg-id 200905122016.n4CKG7005123@momjian.us
Whole thread Raw
In response to Re: pg_migrator alpha 5 - truncates at 10 M rows  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Tom Lane wrote:
> > "Erik Rijkers" <er@xs4all.nl> writes:
> > > On Sun, May 10, 2009 02:05, Alvaro Herrera wrote:
> > >> I'm wondering that it could have forgotten to migrate the later table
> > >> segments ...
> > 
> > > It seems al 'truncated' tables give
> > > pg_relation_size(oid) = 1073741824
> > 
> > Looks like Alvaro nailed it.  Bruce, you reading?
> 
> Yes, will research;  thanks.  I know we have multi-segment code, but
> obviously it is not working reliably.

I have fixed pg_migrator's multi-segment code and have released an
alpha-6 that fixes all known bugs:
http://pgfoundry.org/frs/?group_id=1000235

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Олег Царев
Date:
Subject: Re: Implementation of GROUPING SETS (T431: Extended grouping capabilities)
Next
From: Bruce Momjian
Date:
Subject: Re: pg_migrator alpha 5 - truncates at 10 M rows