Re: [PATCH v.7] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM

Поиск
Список
Период
Сортировка
От Nikolay Shaplov
Тема Re: [PATCH v.7] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM
Дата
Msg-id 1512589.SLJRFdfOaX@x200m
обсуждение исходный текст
Ответ на Re: [HACKERS] [PATCH] Move all am-related reloption code intosrc/backend/access/[am-name] and get rid of relopt_kind for custom AM  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Hi!

Here is a new version of the patch.

I've run pgindent on all my code.

I've declared static all functions I can.
 
I've moved size of Bytea to the arguments of allocateOptionsCatalog, and I 
also pass expected number of catalog items there. If it is positive, it will 
be treated as strict number of items. If it is -1, then new items will be 
dynamically reparroced when needed.

-- 
Nikolay Shaplov, independent Perl & C/C++ developer. Available for hire.
Вложения

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

Предыдущее
От: Rahila Syed
Дата:
Сообщение: Re: Adding support for Default partition in partitioning
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: Logical replication existing data copy