Quoting Tom Lane <[EMAIL PROTECTED]>:
> Brandon Ibach <[EMAIL PROTECTED]> writes:
> > ERROR: Load of file /home/postgres/lib/vcic.so failed:
> > /home/postgres/lib/vcic.so: undefined symbol: palloc
>
> palloc() has been a macro for a long time. Could you be
> compiling against some extremely o
Brandon Ibach <[EMAIL PROTECTED]> writes:
> ERROR: Load of file /home/postgres/lib/vcic.so failed:
> /home/postgres/lib/vcic.so: undefined symbol: palloc
palloc() has been a macro for a long time. Could you be
compiling against some extremely obsolete header files that
declare it as a plain fu
Greetings...
I have a couple of custom functions (written in C) which used to
work just fine. However, I recently relinked them, and now I get a
failure whenever I try to use them:
ERROR: Load of file /home/postgres/lib/vcic.so failed:
/home/postgres/lib/vcic.so: undefined symbol: palloc