From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Markus Wanner" <markus(at)bluegap(dot)ch> |
Cc: | "Ron Mayer" <rm_pg(at)cheapcomplexdevices(dot)com>, "Marko Kreen" <markokr(at)gmail(dot)com>, "Greg Stark" <stark(at)enterprisedb(dot)com>, "Andres Freund" <andres(at)anarazel(dot)de>, "Aidan Van Dyk" <aidan(at)highrise(dot)ca>, "Heikki Linnakangas" <heikki(dot)linnakangas(at)enterprisedb(dot)com>, "Magnus Hagander" <magnus(at)hagander(dot)net>, "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-05 13:38:32 |
Message-ID: | 2871.1244209112@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Markus Wanner" <markus(at)bluegap(dot)ch> writes:
> Note that a requirement for daggy fixes is that "the bug is fixed
> close to the point where it was introduced". So fixing it on the
> oldest stable branch that introduced a bug instead of fixing it on
> HEAD and then back-porting would certainly be a step into the right
> direction.
I think it's already been made crystal clear that the people who
actually do this work don't do it that way, and are uninterested in
allowing their tools to force them to do it that way. Patching from
HEAD back works better for us for a number of reasons, the main one
being that HEAD is the version of the code that's most "swapped into"
our awareness.
However, so long as we can have a separate working copy per branch,
I see no problem with preparing all the versions of a patch and then
committing them back-to-front. What I'm not clear about is the
mechanics for doing that. Would someone explain exactly what the
steps should be to produce the nicest-looking git history?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2009-06-05 13:40:44 | Re: Simple, safe hot backup and recovery |
Previous Message | pg | 2009-06-05 13:07:46 | Re: Improving the ngettext() patch |