Re: Core Extensions relocation

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Core Extensions relocation
Дата
Msg-id 4EC0DA8D.5050403@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: Core Extensions relocation  (Greg Smith <greg@2ndQuadrant.com>)
Ответы Re: Core Extensions relocation  (Thom Brown <thom@linux.com>)
Re: Core Extensions relocation  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
I've revived the corpose of the patch submitted in May, now that it's a
much less strange time of the development cycle to consider it.
http://archives.postgresql.org/message-id/4DF048BD.8040302@2ndquadrant.com
was the first attempt to move some extensions from contrib/ to a new
src/extension/ directory.  I have fixed the main complaints from the
last submit attempt, that I accidentally grabbed some old makesfiles and
CVS junk.  The new attempt is attached, and is easiest to follow with
the a diff view that understands "moved a file", like github's:
https://github.com/greg2ndQuadrant/postgres/compare/master...core-extensions

You can also check out the docs changes done so far at
http://www.highperfpostgres.com/docs/html/extensions.html  I reorganized
the docs to break out what I decided to tentatively name "Core
Extensions" into their own chapter.  They're no longer mixed in with the
rest of the contrib modules, and I introduce them a bit differently.
I'm not completely happy on the wordering there yet.  The use of both
"modules" and "extensions" is probably worth eliminating, and maybe that
continues on to doing that against the language I swiped from the
contrib intro too.  There's also a lot of shared text at the end there,
common wording from that and the contrib page about how to install and
migrate these extensions.  Not sure how to refactor it out into another
section cleanly though.

--
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support  www.2ndQuadrant.us


Вложения

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

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: SQLDA fix for ECPG
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Syntax for partitioning