From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Subject: | Re: Removing pg_migrator limitations |
Date: | 2009-12-21 04:58:01 |
Message-ID: | 200912210458.nBL4w1X25336@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> > I agree that pulling pg_migrator into contrib seems pretty sensible.
> > What I want to make sure we're on the same page about is which
> > versions the 8.5 pg_migrator will allow you to upgrade from and to. I
> > think we should at least support 8.3 -> 8.5 and 8.4 -> 8.5. If you're
> > saying we don't need to support 8.3 -> 8.4 any more once 8.5 comes
> > out, I'm probably OK with that, but perhaps we should try to get a few
> > more opinions before setting that policy in stone.
>
> If we can do that reasonably (which might well be the case), I'd be for
> it. What I'm objecting to is what I take to be Bruce's plan of
> supporting 8.3 -> 8.4 and 8.4 -> 8.5 with the same pg_migrator sources.
> The stuff we're talking about doing in this thread is going to cause
> those two cases to diverge rather drastically. 8.3 -> 8.5 and 8.4 ->
> 8.5 may be close enough together to be reasonable to support in one
> set of source code.
Basically there isn't much extra work to go from 8.3 to 8.4 compared to
8.3 to 8.5. Now, if could support only 8.4 to 8.5 I could remove some
code, but that seems counterproductive.
The other problem with moving to /contrib is that I can't put out
pg_migrator updates independently of the main community release, which
could be bad.
I am glad some people think pg_migrator is ready for /contrib.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2009-12-21 05:01:35 | Re: Proposal: Pre ordered aggregates, default ORDER BY clause for aggregates - median support |
Previous Message | Robert Haas | 2009-12-21 04:11:25 | Re: Possible patch for better index name choosing |