Re: [GENERAL] Thought provoking piece on

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, josh(at)agliodbs(dot)com, pgsql-advocacy(at)postgresql(dot)org, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, PgSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] Thought provoking piece on
Date: 2006-09-01 03:15:11
Message-ID: 20060901031511.GG6470@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-general pgsql-hackers

Bruce Momjian wrote:
> Tom Lane wrote:

> > It's pointless to suppose that individual developers would really be
> > answerable to any project-wide management, since that's not who they're
> > paid by. So I tend to think that a project roadmap would be more of an
> > exercise in wishful thinking than a useful management tool. OTOH it
> > *could* be useful, if there are any developers out there wondering what
> > they should work on next. Are there any ... and would they listen to a
> > roadmap if they had one, rather than scratching their own itches?

I would certainly listen to a roadmap if it talked to me ...

> I think the longer someone is with the project the more they start
> working on what is good for the project, rather than what interests
> them. I think we have seen many cases of that.

On my particular case, I generally grab some problem that I perceive as
important and unhandled, and try to do something to remedy it. This is
how I got here in the first place, by fixing some problems in the
CLUSTER implementation. This is how I got to doing shared dependencies,
shared row locks and autovacuum -- neither of them were problems that
affected me in any way. Savepoints were a different matter. I chose to
work on them because Bruce and other people on this list suggested them
to me, back when I was looking for something to do my undergrad project
in.

So yes, I'd probably work on something "the community" considered
important.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Tom Lane 2006-09-01 03:47:09 Roadmaps 'n all that
Previous Message Ron Mayer 2006-08-31 23:30:13 Re: First Draft of 8.2 Release

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-09-01 03:47:09 Roadmaps 'n all that
Previous Message Randall Lucas 2006-09-01 01:54:46 Re: Dependency graph of all tuples relied upon in a query answer

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-09-01 03:47:09 Roadmaps 'n all that
Previous Message Bruce Momjian 2006-09-01 02:31:10 Re: [HACKERS] Interval aggregate regression failure