Re: Srf function : missing library on PostgreSQL 8.3.6 on Windows? - Mailing list pgsql-general

From Tom Lane
Subject Re: Srf function : missing library on PostgreSQL 8.3.6 on Windows?
Date
Msg-id 16339.1237749541@sss.pgh.pa.us
Whole thread Raw
In response to Re: Srf function : missing library on PostgreSQL 8.3.6 on Windows?  (Ben Ali Rachid <souliman239@yahoo.fr>)
List pgsql-general
Ben Ali Rachid <souliman239@yahoo.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

pgsql-general by date:

Previous
From: Oliver Weichhold
Date:
Subject: Understanding Execution Plans
Next
From: Tom Lane
Date:
Subject: Re: Understanding Execution Plans