Re: [HACKERS] function question yet again

Christof Petig <christof.petig@wtal.de>

From: Christof Petig <christof.petig@wtal.de>
To: Michael Meskes <meskes@postgreSQL.org>
Cc: PostgreSQL Hacker <pgsql-hackers@postgreSQL.org>
Date: 2000-02-17T04:08:08Z
Lists: pgsql-hackers
Michael Meskes wrote:
> 
> On Tue, Feb 15, 2000 at 04:29:25PM -0500, Tom Lane wrote:
> > SPI is the recommended interface for server-side addon code, I think.
> 
> Okay, I see. That means my try to use ECPG to create a function is not
> supposed to work. Gheez, I would have liked it.

It should be possible to create a SPI based libecpg.so! Though I don't
know if it is worth the effort (besides getting portable server code
(WOW)!) Hmmm. I come to like this idea.

I don't have any ideas on the deadlock, though.

Christof