Re: [HACKERS] PL code and fmgr_addr - Mailing list pgsql-hackers

From jwieck@debis.com (Jan Wieck)
Subject Re: [HACKERS] PL code and fmgr_addr
Date
Msg-id m0y0Te1-000BFRC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to PL code and fmgr_addr  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] PL code and fmgr_addr  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
>
> Another problem I found with the PL code was that it took the fmgr()
> macro, and made it call a function call to fmgr_addr, which just killed
> performance.
>
> I made fmgr_addr() a macro too.
>
> --
> Bruce Momjian
> maillist@candle.pha.pa.us
>
>

    Just to let you know - after fixing some other problems
    caused by the bpchar trouble my PLtcl tests went through
    again. Looks the macroization is O.K.


Until later, Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

pgsql-hackers by date:

Previous
From: "Meskes, Michael"
Date:
Subject: RE: [HACKERS] Bug?
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] PL code and fmgr_addr