Re: full path infrastructure for DT_SONAME?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Larry Rosenman <ler(at)lerctr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: full path infrastructure for DT_SONAME?
Date: 2003-08-16 16:22:46
Message-ID: 200308161622.h7GGMkn06901@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


The original patch added rpath only for libpq and a few other places.
Larry, I think you should submit a patch that follows what HPUX does. I
think you only need to modify the unixware portion of Makefile.shlib. I
think the original objection was having to put stuff in libpq/Makefile.

---------------------------------------------------------------------------

Tom Lane wrote:
> Larry Rosenman <ler(at)lerctr(dot)org> writes:
> > Has the idea of putting the infrastructure in place to allow a full pathname
> > to be fed to DT_SONAME been totally killed?
>
> What makes you think you need new infrastructure? The HPUX port has
> used a full-path rpath for years.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-08-16 16:41:57 Re: [HACKERS] What goes into the security doc?
Previous Message Bruce Momjian 2003-08-16 16:14:45 Re: Behavior of equality_oper and ordering_oper