Re: WIP: Access method extendability

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: WIP: Access method extendability
Дата
Msg-id CAPpHfdu9gLN7kuicweGsp50CaAMWx8Q-JWzbPehc92rvFHzkeg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WIP: Access method extendability  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Ответы Re: WIP: Access method extendability  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
On Mon, Feb 15, 2016 at 5:30 PM, Alexander Korotkov <a.korotkov@postgrespro.ru> wrote:
General notes about current version of patch:
* A lot of comments added.
* bloom documentation is moved from README to SGML with a lot of addons and cleanup.
* Memory move support in generic xlog is removed. Now it's much more simple and clean.
* Tests for CREATE ACCESS METHOD added. For now, it creates a mirror of GiST access method.
* Syntax for CREATE ACCESS METHOD is changed. For now, it's "CREATE ACCESS METHOD amname TYPE INDEX HANDLER handler;" in respect of parallel work on sequential access methods. New access method attribute added: amtype.

Next version of patch is attached:
 * Documentation for CREATE ACCESS METHOD command is added.
 * Refactoring and comments for bloom contrib.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Remove or weaken hints about "effective resolution of sleep delays is 10 ms"?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: extend pgbench expressions with functions