Re: Reworks of CustomScan serialization/deserialization

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: Reworks of CustomScan serialization/deserialization
Дата
Msg-id 56F2D430.300@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Reworks of CustomScan serialization/deserialization  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Ответы Re: Reworks of CustomScan serialization/deserialization  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 23/03/16 09:14, Kouhei Kaigai wrote:
>>>> On 15/03/16 05:03, Kouhei Kaigai wrote:
>>>>> Petr,
>>>>>
>>>>> The attached patch is the revised one that follows the new extensible-
>>>>> node routine.
>>>>>
>>>>> It is almost same the previous version except for:
>>>>> - custom-apis.[ch] was renamed to custom-node.[ch]
>>>>> - check for the length of custom-scan-method name followed
>>>>>      the manner of RegisterExtensibleNodeMethods()
>>>>>
>>>>
>>>> Hi,
>>>>
>>>> looks good, only nitpick I have is that it probably should be
>>>> custom_node.h with underscore given that we use underscore everywhere
>>>> (except for libpq and for some reason atomic ops).
>>>>
>>> Sorry for my response late.
>>>
>>> The attached patch just renamed custom-node.[ch] by custom_node.[ch].
>>> Other portions are not changed from the previous revison.
>>>
>>
>> Forgot to attach?
>>
> Yes.... Thanks,


Ok, I am happy with it, marked it as ready for committer (it was marked 
as committed although it wasn't committed).

--   Petr Jelinek                  http://www.2ndQuadrant.com/  PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Rationalizing code-sharing among src/bin/ directories
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 9.6 behavior change with set returning (funct).*