PL code and fmgr_addr

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: PL code and fmgr_addr
Date: 1998-02-03 19:57:46
Message-ID: 199802031957.OAA01062@candle.pha.pa.us
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-02-03 20:02:00 Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page
Previous Message Bruce Momjian 1998-02-03 19:43:31 Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page