Re: Extending PostgreSQL in C or C++ - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Extending PostgreSQL in C or C++
Date
Msg-id 15695.1055886143@sss.pgh.pa.us
Whole thread Raw
In response to Extending PostgreSQL in C or C++  (Sebastien Lemieux <slemieux@elitra.com>)
Responses Re: Extending PostgreSQL in C or C++  (Christof Petig <christof@petig-baender.de>)
List 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


pgsql-hackers by date:

Previous
From: David Blasby
Date:
Subject: Re: Extending PostgreSQL in C or C++
Next
From: Andreas Pflug
Date:
Subject: Re: pg_get_triggerdef in pg_dump