LANGUAGE sql functions don't use the custom plan logic

Поиск
Список
Период
Сортировка
От Andres Freund
Тема LANGUAGE sql functions don't use the custom plan logic
Дата
Msg-id 20150710113615.GF26521@alap3.anarazel.de
обсуждение исходный текст
Ответы Re: LANGUAGE sql functions don't use the custom plan logic  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

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.

That's imo quite the trap. Should we document it somewhere?

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: WAL logging problem in 9.4.3?
Следующее
От: Andres Freund
Дата:
Сообщение: security labels on databases are bad for dump & restore