Re: WIP: Access method extendability

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: WIP: Access method extendability
Дата
Msg-id CAPpHfdtqeXkqZ56aRikDXCUjV+PW6AZa8tiihYsLO1P4iAFF2w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WIP: Access method extendability  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Ответы Re: WIP: Access method extendability  (Markus Nullmeier <dq124@uni-heidelberg.de>)
Re: WIP: Access method extendability  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Список pgsql-hackers
Hi!

New revision of patches is attached.

Changes are following:
1) API of generic xlog was changed: now there is no static variables, GenericXLogStart() returns palloc'd struct.
2) Generic xlog use elog instead ereport since it reports internal errors which shouldn't happen normally.
3) Error messages doesn't contains name of the function.
4) Bloom contrib was pgindented.
5) More comments for bloomb.
6) One more assert was added to bloom.
7) makeDefaultBloomOptions was renamed to adjustBloomOptions.  Now it only modifies its parameter. palloc is done outside of this function.
8) BloomBuildState is explicitly zeroed.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Correction for replication slot creation error message in 9.6
Следующее
От: Joe Conway
Дата:
Сообщение: Re: So, can we stop supporting Windows native now?