Re: Extensions User Design

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, Dimitri Fontaine <dfontaine(at)hi-media(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Extensions User Design
Date: 2009-06-24 22:18:30
Message-ID: E5D99D8F-A52C-43BD-A9F8-A0FC84B73ED1@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jun 24, 2009, at 3:09 PM, Andrew Dunstan wrote:

> Well, I think in our case that would be going too far. I think there
> is a very good case for keeping a few key extensions in core both as
> exemplars and to make it easy to validate the extension mechanism
> itself. There have been suggestions in the past about throwing a
> bunch of things overboard, sometimes out of a passion for neatness
> more than anything else ISTM, but there have been good arguments
> against as well, particularly in the case of the PLs, which are tied
> so closely to the backend.

Exemplars are good if they behave in the same way as non-core
extensions. So it might be good for the core to maintain contrib
extensions, although I would urge them to keep the size down quite
low, and to be very conservative about adding new extensions. Part of
the issue Perl ran into is that it was too liberal about adding new
stuff to core, especially modules with large dependency trees.
Anything in core should be kept very simple, both to avoid bloat and
to minimize the maintenance overhead for the core team.

Best,

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-06-24 22:41:03 Re: Extensions User Design
Previous Message Jaime Casanova 2009-06-24 22:13:26 Re: Extensions User Design