Remove traces of xfunc

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Remove traces of xfunc
Дата
Msg-id 20040424215847.GA8333@dcc.uchile.cl
обсуждение исходный текст
Ответы Re: Remove traces of xfunc  (Neil Conway <neilc@samurai.com>)
Re: Remove traces of xfunc  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Hackers,

While playing with the init code I noticed traces of Hellerstein's
"expensive function optimization".  It is completely disabled, uses
functions nowhere to be defined, and is out of date.  So I removed it.
Here is the patch.  Note that it takes out the "pruneable" field from
struct RelOptInfo, since it's not used.

Tom Lane has said a couple of times that he thinks this maybe can be
resurrected; but even if it is, most likely it won't use this code
(what code? These are only hooks.)

(To the patcher: the file src/backend/lib/lispsort.c can also be removed
after this change)

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Hoy es el primer día del resto de mi vida"

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: patches in the pipe?
Следующее
От: Neil Conway
Дата:
Сообщение: width_bucket() per SQL2003 (WIP)