Re: C Functions

From: Szymon Guz <mabewlun(at)gmail(dot)com>
To: Krzysztof Szewczyk <k(dot)szewczyk(at)i-bs(dot)pl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: C Functions
Date: 2010-04-15 06:15:39
Message-ID: u2ie4edc9361004142315o8168f5k529b4f60fdc6ddad@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/4/15 Krzysztof Szewczyk <k(dot)szewczyk(at)i-bs(dot)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(at)postgresql(dot)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

In response to

  • C Functions at 2010-04-15 05:27:20 from Krzysztof Szewczyk

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-04-15 06:29:36 Re: pl/java status
Previous Message Krzysztof Szewczyk 2010-04-15 05:27:20 C Functions