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 - Mailing list pgsql-hackers

From Nikolay Shaplov
Subject 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
Date
Msg-id 1512589.SLJRFdfOaX@x200m
Whole thread Raw
In response to 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>)
List 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.
Attachment

pgsql-hackers by date:

Previous
From: Rahila Syed
Date:
Subject: Re: Adding support for Default partition in partitioning
Next
From: Petr Jelinek
Date:
Subject: Re: Logical replication existing data copy