Re: LANGUAGE sql functions don't use the custom plan logic

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LANGUAGE sql functions don't use the custom plan logic
Дата
Msg-id 17515.1436536350@sss.pgh.pa.us
обсуждение исходный текст
Ответ на LANGUAGE sql functions don't use the custom plan logic  (Andres Freund <andres@anarazel.de>)
Ответы Re: LANGUAGE sql functions don't use the custom plan logic  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I recently was forcfully reminded that sql functions don't use the
> plancache.c infrastructure. I was sort of aware of that, but I didn't
> think far enough ahead that that also implies we'll not use custom plans
> for statements with parameters when it'd be helpful.

There's a whole lot of ways in which the current implementation of
SQL-language functions leaves things to be desired.  What did you
run into exactly?
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: creating extension including dependencies
Следующее
От: Andres Freund
Дата:
Сообщение: Re: creating extension including dependencies