Re: Extending PostgreSQL in C or C++

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Sebastien Lemieux <slemieux@elitra.com>
Cc: pgsql-hackers@postgresql.org
Date: 2003-06-17T21:42:23Z
Lists: pgsql-hackers
Sebastien Lemieux <slemieux@elitra.com> writes:
> Then I get:
> ERROR:  Can't find function add_one in file /[PathToTheObject]/pgsql_bio.so

Hmm.  I can't see anything wrong with what you did, either.

It's possible that the dynamic linker has printed additional messages to
the backend's stderr.  Make sure that you have stderr set up to go
someplace useful (not /dev/null) and look there to see if you can learn
more.

			regards, tom lane