Re: pg_migrator issue with contrib - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_migrator issue with contrib
Date
Msg-id 13145.1244314203@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_migrator issue with contrib  (Josh Berkus <josh@agliodbs.com>)
Responses Re: pg_migrator issue with contrib
Re: pg_migrator issue with contrib
List pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> So, here's what we need for 8.3 --> 8.4 for contrib modules:

> 1) make a list of contrib modules which do not convert cleanly (testers?)
> 2) document these.
> 3) give pg_migrator some hackish way to install 8.4 contrib modules from 
> source before copying over the database.
> 4) set pg_migrator to ignore duplicate object warnings if it does the above.

1A) consider whether we can reduce/eliminate the conversion problems.
We have five days.

I don't think we need testing, per se.  The first step should be to diff
the 8.3 and 8.4 versions of the various contrib .sql.in files and
determine what changed.  Any module whose .sql.in file hasn't changed
is definitely safe.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: pg_migrator issue with contrib
Next
From: Josh Berkus
Date:
Subject: Re: Revisiting default_statistics_target