Re: [ADMIN] concat_ws

Поиск
Список
Период
Сортировка
От Dennis Björklund
Тема Re: [ADMIN] concat_ws
Дата
Msg-id Pine.LNX.4.44.0308040737460.26410-100000@zigo.dhs.org
обсуждение исходный текст
Ответ на Re: [ADMIN] concat_ws  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [ADMIN] concat_ws
Список pgsql-hackers
On Sun, 3 Aug 2003, Tom Lane wrote:

> I added code to inline_function to stop inlining if a parameter
> expression to be substituted multiple times has cost greater than
> 10*cpu_operator_cost (which roughly means that it contains more than
> 10 operators or functions).

When is this inlining taking place and what is the logic? I just want to
make sure that there is no code in pg that will unfold forever, say for
example for a recursive fac() function. From the above it sounds like that
might be a problem.

--
/Dennis


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Release changes
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Release changes