Re: Extending PostgreSQL in C or C++

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sebastien Lemieux <slemieux(at)elitra(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Extending PostgreSQL in C or C++
Date: 2003-06-17 21:42:23
Message-ID: 15695.1055886143@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sebastien Lemieux <slemieux(at)elitra(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-06-17 21:45:34 Re: pg_get_triggerdef in pg_dump
Previous Message David Blasby 2003-06-17 21:13:19 Re: Extending PostgreSQL in C or C++