Re: [HACKERS] [PATCH] Generic type subscription

Поиск
Список
Период
Сортировка
От Dmitry Dolgov
Тема Re: [HACKERS] [PATCH] Generic type subscription
Дата
Msg-id CA+q6zcWA8asrs66Y_zpW2NRN_HP5xnpbJ4kLEziKOE3NOFVLow@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] [PATCH] Generic type subscription  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 24 January 2017 at 02:36, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> It might be possible to get away with having only one pg_type column,
> pointing at the parse-analysis function.  That function would generate
> a SubscriptingRef tree node containing the OID of the appropriate
> execution function, which execQual.c could call without ever knowing
> its name explicitly.

Btw, is it acceptable if such generated SubscriptingRef will contain just a
function pointer to the appropriate execution function instead of an OID (e.g.
like `ExprStateEvalFunc`)? It will help to avoid problems in case of extensions.

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] Index corruption with CREATE INDEX CONCURRENTLY
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] Draft release notes for next week's releases are up for review