Re: Help with adding C-Language Functions

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Seamus Thomas Carroll <carrolls(at)cpsc(dot)ucalgary(dot)ca>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Help with adding C-Language Functions
Date: 2005-02-10 14:58:00
Message-ID: 20050210145800.GA70908@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Thu, Feb 10, 2005 at 01:17:14AM -0700, Seamus Thomas Carroll wrote:

> I changed my file from BlackboardFunctions.c to all lowercase,
> blackboardfunctions.c, and the database now finds the add_one function.
>
> Crazy. Can someone explain the reason why this happened? Is this a
> linker issue or something in postgresql.

What platform are you using? I built and loaded your original
example with mixed-case file names on FreeBSD and Solaris and had
no problems.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Francisco Figueiredo Jr. 2005-02-10 16:51:46 Re: Function return number of affected rows
Previous Message Michael Fuhr 2005-02-10 14:46:54 Re: Function return number of affected rows