Re: Dynamic loading of C functions - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Dynamic loading of C functions
Date
Msg-id 20060622072212.GC23150@svana.org
Whole thread Raw
In response to Re: Dynamic loading of C functions  ("Jasbinder Bali" <jsbali@gmail.com>)
List pgsql-general
On Wed, Jun 21, 2006 at 12:03:26PM -0400, Jasbinder Bali wrote:
> I've tried everything so that my .so file is recognized but in vein.
> Don't know whats going wrong.

The easiest may be to attach strace to the backend (strace -p) and then
do a "LOAD blah" on the frontend and see what happens.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Why my cursor construction is so slow?
Next
From: Martijn van Oosterhout
Date:
Subject: Re: sql question; checks if data already exists before inserted