Re: [HACKERS] Speedup idea: avoid using SQL procedures as aliases - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Speedup idea: avoid using SQL procedures as aliases
Date
Msg-id 199903291754.MAA12696@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Speedup idea: avoid using SQL procedures as aliases  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
> > I'd be happy to help with the conversion, though I'd suggest that this
> > would perhaps be a great topic for v6.6 since it does involve some
> > fundamental (hopefully isolated) changes.
> 
> Actually, the changes were *extremely* isolated, being visible nowhere
> other than fmgr.  Editing pg_proc.h was the only hard part (fortunately
> I was able to do the bulk of the work with a sed script).
> 
> I see I just got it squeezed in under the wire before Marc declared
> beta freeze, however ;-)
> 

Ah, sounds like me.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Speedup idea: avoid using SQL procedures as aliases
Next
From: Michael Davis
Date:
Subject: RE: [HACKERS] NULL handling question