Re: [HACKERS] perl interface bug? - Mailing list pgsql-hackers

From Brook Milligan
Subject Re: [HACKERS] perl interface bug?
Date
Msg-id 199810151416.IAA13068@trillium.nmsu.edu
Whole thread Raw
In response to Re: [HACKERS] perl interface bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
   It might be that installing a copy of libpq.so into the same directory
   that the perl module shlib goes into would make it work.  I haven't
   tried that, but if it works it might be a better answer than this
   rebuild-afterwards approach.

NO, NO, NO!  We don't want TWO copies of libpq floating around.  The
correct solution, I think, is to make the libraries know about each
other.  My patch does that, though there may be other solutions that
do the same thing.

What we need is to determine if there are cases in which that rebuild
after install method does not work.

Cheers,
Brook

pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: order by and index path (was: What about LIMIT in SELECT ?)
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] PostgreSQL v6.4 BETA2 ...