Re: Function call

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Re: Function call
Дата
Msg-id Pine.LNX.4.44.0401272211510.30205-100000@zigo.dhs.org
обсуждение исходный текст
Ответ на Re: Function call  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Function call  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, 27 Jan 2004, Tom Lane wrote:

> speed hits in parsing them, especially not if the hit occurs whether
> one uses the named-parameters feature or not ...

I'll read the rest of the mail more careful tomorrow moring, I just want
to point out directly that for calls that doesn't use named arguments you
get the exact same speed as before. Except for an extra if() to check if
there are named arguments. I don't understand why you think that this will
affect the current behaviour.

That is more or less the only thing I feel sure about, that it should not
hurt anything that we have today.

-- 
/Dennis Björklund



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

Предыдущее
От: "Thomas Hallgren"
Дата:
Сообщение: Pl/Java 1.0.0.b now avaiable on Linux 386 and Cygwin
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Another optimizer question