Re: [HACKERS] PL code and fmgr_addr

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Jan Wieck <jwieck(at)debis(dot)com>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] PL code and fmgr_addr
Date: 1998-02-05 15:57:45
Message-ID: Pine.NEB.3.95.980205105732.28062O-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 5 Feb 1998, Jan Wieck wrote:

> >
> > 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.

Do we have regression tests for this?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1998-02-05 16:06:20 Re: [HACKERS] Re: [QUESTIONS] impossible insert data into VARCHAR
Previous Message Jan Wieck 1998-02-05 15:55:16 Re: [HACKERS] PL code and fmgr_addr