Re: [HACKERS] PL code and fmgr_addr

From: jwieck(at)debis(dot)com (Jan Wieck)
To: maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] PL code and fmgr_addr
Date: 1998-02-05 15:55:16
Message-ID: m0y0Te1-000BFRC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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(at)debis(dot)com (Jan Wieck) #

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-02-05 15:57:45 Re: [HACKERS] PL code and fmgr_addr
Previous Message Jan Wieck 1998-02-05 15:49:05 Re: [HACKERS] Preprocessor