[PATCH] Allow specification of custom slot for custom nodes

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема [PATCH] Allow specification of custom slot for custom nodes
Дата
Msg-id CAPpHfduJUU6ToecvTyRE_yjxTS80FyPpct4OHaLFk3OEheMTNA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Allow specification of custom slot for custom nodes  (Pavel Borisov <pashkin.elfe@gmail.com>)
Список pgsql-hackers
Hackers,

we have supported custom nodes for while. Custom slots are a bit more
"recent" feature. Since we now support custom slots, which could
handle custom tuple format, why not allow custom nodes to use them?

For instance, a custom table access method can have its own tuple
format and use a custom node to provide some custom type of scan. The
ability to set a custom slot would save us from tuple format
conversion (thank happened to me while working on OrioleDB). I think
other users of custom nodes may also benefit.

------
Regards,
Alexander Korotkov

Вложения

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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: Add red-black tree missing comparison searches
Следующее
От: Reid Thompson
Дата:
Сообщение: Patch to address creation of PgStat* contexts with null parent context