Re: PostgreSQL Developer meeting minutes up

From: Marko Kreen <markokr(at)gmail(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Greg Stark <stark(at)enterprisedb(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Markus Wanner <markus(at)bluegap(dot)ch>, Aidan Van Dyk <aidan(at)highrise(dot)ca>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL Developer meeting minutes up
Date: 2009-06-03 14:26:28
Message-ID: e51f66da0906030726x56163cb4p5b3c0539cec37afa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 6/3/09, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> Robert Haas wrote:
> > On Wed, Jun 3, 2009 at 10:13 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
> >>> I'm not sure whether we should mark the old branches getting merges
> >>> down or the new branches getting merged up. I suspect I'm missing
> >>> something but I don't see any reason one is better than the other.
> >> If you go from older to newer, the automatic merge algorithms have a
> >> better chance of doing something smart since they can track previous
> >> changes. At least I think that's how it works.
> >>
> >> But I think for most of the changes it wouldn't make a huge difference,
> >> though - manual merging would be needed anyway.
> >
> > In practice, isn't it more likely that you would develop the change on
> > the newest branch and then try to back-port it? However you do the
> > import, you're going to want to do subsequent things the same way.
>
>
> That's definitely the order in which *I* work, and I think that's how
> most others do it as well.

Thats true, but it's not representable in VCS, unless you use cherry-pick,
which is just UI around patch transport. But considering separate
local trees (with can optionally contain local per-fix branches),
it is possible to separate the fix-developement from final representation.

--
marko

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-06-03 14:27:47 Re: Allow vacuumdb to only analyze
Previous Message Greg Stark 2009-06-03 14:24:14 Re: display previous query string of idle-in-transaction