Re: PostgreSQL Developer meeting minutes up - Mailing list pgsql-hackers

From kris@shannon.id.au
Subject Re: PostgreSQL Developer meeting minutes up
Date
Msg-id e51f4f550906130913k58c63e28pb8f1fb6454b0a384@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL Developer meeting minutes up  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
2009/6/7 Tom Lane <tgl@sss.pgh.pa.us>:
> So there are a lot of good reasons to work backwards in patching.
> I don't believe that these would be outweighed by some advantage
> in the mechanics of applying an unchanging patch to multiple
> branches (especially since AFAICT the mechanical advantage would
> be pretty darn minimal anyhow).

As another data point,  the stable branches of the linux kernel are
actually maintained this way.  There is a policy that any patch for the
stable branches must have already be included (in some form) in HEAD.
There is no merging going on.  They aren't even using git cherry-pick,  but
that's because all backpatching goes into a review list rather than happening
immediately.

The multiple branches and merging that is going on in the linux kernel
is all about development of new features, not fixing of bugs.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: some of the datatypes only support hashing, while others only support sorting
Next
From: Tom Lane
Date:
Subject: Suppressing occasional failures in copy2 regression test