Re: Srf function : missing library on PostgreSQL 8.3.6 on Windows?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ben Ali Rachid <souliman239(at)yahoo(dot)fr>
Cc: craig(at)postnewspapers(dot)com(dot)au, pgsql-general(at)postgresql(dot)org
Subject: Re: Srf function : missing library on PostgreSQL 8.3.6 on Windows?
Date: 2009-03-22 19:19:01
Message-ID: 16339.1237749541@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ben Ali Rachid <souliman239(at)yahoo(dot)fr> writes:
> I have no problem when I load the DLL (no 'missing magic block' error). The server crashes when I try : SELECT normal_rand(5, 10.0, 20.0) or SELECT * FROM normal_rand(5, 10.0, 20.0).

Well, the next step would be to get out your debugger and try to
identify exactly where it's crashing.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-03-22 19:30:32 Re: Understanding Execution Plans
Previous Message Oliver Weichhold 2009-03-22 19:05:19 Understanding Execution Plans