PL code and fmgr_addr
Bruce Momjian <maillist@candle.pha.pa.us>
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: hackers@postgreSQL.org (PostgreSQL-development)
Date: 1998-02-03T19:57:46Z
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@candle.pha.pa.us