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

From Jan Wieck
Subject Re: The reasoning behind having several features outside
Date
Msg-id 417D482A.4010901@Yahoo.com
Whole thread Raw
In response to The reasoning behind having several features outside of source?  (nd02tsk@student.hig.se)
List pgsql-general
On 10/25/2004 2:19 PM, 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?

Because those are very diverse features. Replication especially, which
is a bunch of different technical solutions for more than a dozen
problems. In these matters there is no one size that fits all, and
because of that they don't belong into the core distribution of the
database server.

For the next replication system I am planning, there need to be some
changes to the core server. But these will be reduced to hooks and APIs
that will be more general and open to discussion to provide the
infrastructure requited by the majority of replication extensions.


Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #

pgsql-general by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: The reasoning behind having several features outside
Next
From: Lamar Owen
Date:
Subject: Re: The reasoning behind having several features outside of source?