Thread: C Functions

C Functions

From
Krzysztof Szewczyk
Date:
Hello All,
I wrote c function for postgresql, i compiled it as a shared file, next
I added my function to pgadmin everything was ok, but now when i wanna
call it the pgadmin is closing with no report.

Regards

Re: C Functions

From
Szymon Guz
Date:


2010/4/15 Krzysztof Szewczyk <k.szewczyk@i-bs.pl>
Hello All,
I wrote c function for postgresql, i compiled it as a shared file, next
I added my function to pgadmin everything was ok, but now when i wanna
call it the pgadmin is closing with no report.

Regards

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Maybe that function in not quite OK.
1. Try to use that using psql.
2. Show us the function code.
3. Add some logging to that code so you'll get info what the function is doing.


regards
Szymon Guz