Re: Range Types and extensions

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Range Types and extensions
Дата
Msg-id m2oc2aepkj.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: Range Types and extensions  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> I don't like the idea of having a capability which is not utilized
> in core.  We should make it so extensions can *also* have access to
> define their own, but we should have the basics covered in core.

Well if another part of core depends on the feature set, then of course
you don't have a choice to make it an extension any more.  I think
that's where I would draw the line.

> Having it as a core extension might work, but I'm not really 'sold' on
> it.

Well, core extension means built by default, part of default regression
tests and all.  The regression test simply begins with the create
extension stanza, that's about it.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: SAVEPOINTs and COMMIT performance
Следующее
От: Dave Page
Дата:
Сообщение: Re: reducing the overhead of frequent table locks - now, with WIP patch