Re: A few questions

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Sebastián Ávila <gsebas27(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: A few questions
Date: 2005-10-18 08:30:53
Message-ID: 20051018083052.GA8155@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Oct 18, 2005 at 09:57:03AM +0200, Sebastián Ávila wrote:
> I'm new here, and I would like to know a few things about how developers works.
> Could be posible that two developers works on the same item, but in isolation?
> What happens with the different patchs they produced?
> I would like to do my PFC in semantic optimization, what is now
> implemented about this in potgresql?
>

There is no formal process control. Though usually most people
developing for PostgreSQL are subscribed to this list so if you mention
here what you're doing here you can avoid duplicate work.

If two people end up with a patch for the same thing, well, may be best
patch win. Actually though, they usually get compared and merged to
produce the best possible result. We're generally more concerned about
clean maintainable code than who did what when.

Semantic optimisation huh? I don't think anybody is working on that in
the general sense, though specific fixes are applied now and then.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message sandeep satpal 2005-10-18 09:08:39 Problem in ExecEvalExpr function
Previous Message Sebastián Ávila 2005-10-18 07:57:03 A few questions