Re: PQnotifies() in 7.3 broken?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: PQnotifies() in 7.3 broken?
Дата
Msg-id Pine.LNX.4.44.0212130018070.25355-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: PQnotifies() in 7.3 broken?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian writes:

> > No, the run-time linker only looks at the major version.
>
> Then what value is there to incrementing the minor number?

For those platforms that have an ldconfig program, the ldconfig will
update the symlinks to the shared library based on the minor version
number.  So if you have installed somewhere
   libpq.so.2.2   libpq.so.2.3

then ldconfig will create a symlink
   libpq.so.2 -> libpq.so.2.3

because that is the newest/best version.  Note that "libpq.so.2" is the
file name that the dynamic loader will actually look for.

Other platforms probably have a mechanism that comes out to the same
effect.

-- 
Peter Eisentraut   peter_e@gmx.net



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Mike Mascari"
Дата:
Сообщение: Re: Big 7.4 items
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: DB Tuning Notes - Where To?