Re: The reasoning behind having several features outside - Mailing list pgsql-general

From Jeff Davis
Subject Re: The reasoning behind having several features outside
Date
Msg-id 1098733519.6589.18.camel@jeff
Whole thread Raw
In response to The reasoning behind having several features outside of source?  (nd02tsk@student.hig.se)
Responses Re: The reasoning behind having several features outside  (nd02tsk@student.hig.se)
List pgsql-general
Other people have answered, but I'd like to add:

It makes it much faster to fix bugs and improve features in the projects
outside of the source tree. If replication has a bug, you don't want to
wait for the next point release, you want a fix *now*. PostgreSQL is a
big project, and can't make new point releases every time a bug appears
in a small subsystem.

To make an analogy, imagine if you had to wait for a new release of your
operating system to fix a bug in an SSL library?

Regards,
    Jeff Davis

On Mon, 2004-10-25 at 20:19 +0200, nd02tsk@student.hig.se wrote:
> Hello
>
> Why is it that PostgreSQL chooses to have features like replication,
> fulltext indexing and GIS maintained by others outside of the sourcetree?
>
> I appreciate any answers.
>
> Thank you.
>
> Tim
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org
--
Jeff Davis <jdavis-pgsql@empires.org>


pgsql-general by date:

Previous
From: Franco Bruno Borghesi
Date:
Subject: Re: ON DELETE trigger blocks delete from my table
Next
From: Jan Wieck
Date:
Subject: Re: PgSQL MVCC vs MySQL InnoDB