Re: pg_migrator to /contrib in a later 9.0 beta - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_migrator to /contrib in a later 9.0 beta
Date
Msg-id 587.1272771486@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_migrator to /contrib in a later 9.0 beta  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pg_migrator to /contrib in a later 9.0 beta
Re: pg_migrator to /contrib in a later 9.0 beta
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Robert Haas wrote:
>> I don't think it's going
>> to be practical to retain all the migration code for every pair of
>> versions forever, 

> I thought the idea was just to support migration from version N to 
> version N+1.

Yeah.  I think trying to do more than that is just going to make things
messy.  For example, we added features to pg_dump and the core server
since 8.4 to help pg_migrator do its thing.  Trying to make the same
pg_migrator code support cases with and without those features available
is going to complicate the code, not to mention the documentation,
enormously.

To the extent that future bug fixes are relevant to multiple versions
of pg_migrator, we could just apply them to multiple branches, same as
we manage such fixes for the core code.  I don't see that trying to
have a single version of pg_migrator is going to make things easier
anywhere.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pg_migrator to /contrib in a later 9.0 beta
Next
From: Robert Haas
Date:
Subject: Re: pg_migrator to /contrib in a later 9.0 beta