[PATCHES] Remove traces of xfunc

2004-04-24 Thread Alvaro Herrera
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

Re: [PATCHES] Remove traces of xfunc

2004-04-24 Thread Neil Conway
On 24-Apr-04, at 5:58 PM, Alvaro Herrera wrote: 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. I'll apply this within 24 hours. -Neil

Re: [PATCHES] Remove traces of xfunc

2004-04-24 Thread Alvaro Herrera
On Sun, Apr 25, 2004 at 12:20:01AM -0400, Neil Conway wrote: On 24-Apr-04, at 5:58 PM, Alvaro Herrera wrote: 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.