Re: shared_preload_libraries path

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: shared_preload_libraries path
Date: 2012-05-24 18:03:14
Message-ID: CABUevEyk-Qf5a5-N0u0ZsR0EZdWWDz9Nsv2vOFW3HmCNJ9Dm9Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 24, 2012 at 7:58 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> On tor, 2012-05-24 at 14:09 +0200, Magnus Hagander wrote:
>> Would i make sense to have a postgresql.conf parameter that would add
>> to LD_LIBRARY_PATH when loading libraries from
>> shared_preload_libraries (and other library loads).
>
> Well, you could write a library that sets it in its init function, and
> load that before the library that needs it set. :-)

:-) What's life without workarounds, eh? ;)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2012-05-24 18:09:37 Re: Creating multiple indexes in one table scan.
Previous Message Peter Eisentraut 2012-05-24 18:03:08 Re: plperl_helpers.h fix for clang