Re: Getting a move on for 8.2 beta

From: Gregory Stark <gsstark(at)mit(dot)edu>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, josh(at)agliodbs(dot)com, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: Getting a move on for 8.2 beta
Date: 2006-09-02 04:03:17
Message-ID: 87zmdi530a.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www


Peter Eisentraut <peter_e(at)gmx(dot)net> writes:

> Tom Lane wrote:
> > Well, no, it's not. We have told people till we're blue in the face
> > "post early, post often". Now I will plead guilty to not always
> > having spent as much time giving feedback on draft patches as I
> > should've, but the process is pretty clear. As I see it the main
> > problem is people undertaking patches off in corners somewhere rather
> > than discussing their work on the mailing lists while they do it.
>
> Again, process support. If all we can offer people is to post
> multi-megabyte patches to the mailing list every month, that totally
> doesn't help.

You're right, it's a pain for developers to have to keep shipping around
patches over and over. It means anyone else who wants to look at your code is
probably looking at an old version, there's no convenient way to convert from
incremental patches to cumulative patches, etc.

There are tools to solve this but they're not "process support", they're
revision control systems. If CVS didn't suck so hard I would suggest that the
natural thing to do would be to grant CVS access far and wide and have people
create branches for their proposed changes. The existing set of committers
would become the set of people allowed to commit to HEAD. Sadly CVS makes this
about as much work as the current system and the risks are much higher.

> We'd need ways to track the progress on these things:
> what was the specification for that patch, where was the discussion on
> it, what has changed in the patch since the last time, since the time
> before last time, what is left to be done, who has worked on it, etc.
> Figuring out the answer to those questions from a mailing list archive
> is tedious to the point that no one wants to do it.

Frankly these things all sound pretty trivial.

--
greg

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2006-09-02 04:20:26 Re: Getting a move on for 8.2 beta
Previous Message Bruce Momjian 2006-09-02 02:59:16 Re: [HACKERS] Contrib module to examine client

Browse pgsql-www by date

  From Date Subject
Next Message Gregory Stark 2006-09-02 04:20:26 Re: Getting a move on for 8.2 beta
Previous Message Peter Eisentraut 2006-09-02 02:14:23 Re: Getting a move on for 8.2 beta