Re: [HACKERS] perl interface bug?

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема Re: [HACKERS] perl interface bug?
Дата
Msg-id 199810151416.IAA13068@trillium.nmsu.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] perl interface bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: order by and index path (was: What about LIMIT in SELECT ?)
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] PostgreSQL v6.4 BETA2 ...