From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Remove traces of xfunc |
Date: | 2004-04-24 21:58:47 |
Message-ID: | 20040424215847.GA8333@dcc.uchile.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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"
Attachment | Content-Type | Size |
---|---|---|
xfunc.patch | text/plain | 7.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2004-04-25 04:15:16 | width_bucket() per SQL2003 (WIP) |
Previous Message | Bruce Momjian | 2004-04-23 13:14:12 | Re: patches in the pipe? |