From: | "Tony Griffiths(RA)" <griffitt(at)cs(dot)man(dot)ac(dot)uk> |
---|---|
To: | Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Missing library files?? |
Date: | 2002-06-19 13:43:34 |
Message-ID: | 3D108A86.5010402@cs.man.ac.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Gavin Sherry wrote:
>On Wed, 19 Jun 2002, Tom Lane wrote:
>
>>"Tony Griffiths(RA)" <griffitt(at)cs(dot)man(dot)ac(dot)uk> writes:
>>
>>>I'm trying to invoke the DirectFunctionCall1function as follows:
>>>...
>>>from some client side code, but get linker errors stating that:
>>>
>>>-> undefined reference to `DirectFunctionCall1(unsigned long
>>>(*)(FunctionCallInfoData*), unsigned long)'
>>>
>>>Is this because I'm calling the function incorrectly, or because I'm
>>>missing the library in which these functions reside?
>>>
>>There *is* no "library in which those functions reside". They are
>>internal to the server and are not designed to be included in
>>client-side code.
>>
>
>You can access this function using the Fast Path Interface. See the libpq
>documentation. However, I am unsure why you would want to get access to
>this function on the client side.
>
I'm retrieving a box value via embedded sql, and wanted to use the
box_in method to decode the retrieved string - unless there's a direct
way of retrieving into a variable of the C type BOX??
>
>
>Gavin
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Gavin Sherry | 2002-06-19 13:44:21 | Re: Missing library files?? |
Previous Message | Michael Meskes | 2002-06-19 13:36:46 | Re: ecpg and bison again |