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)
Список
Дерево обсуждения
Re: PQnotifies() in 7.3 broken? Fernando Nasser <fnasser@redhat.com>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Tom Lane <tgl@sss.pgh.pa.us>
Re: PQnotifies() in 7.3 broken? "Jeroen T. Vermeulen" <jtv@xs4all.nl>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Peter Eisentraut <peter_e@gmx.net>
Re: PQnotifies() in 7.3 broken? Kevin Brown <kevin@sysexperts.com>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Greg Copeland <greg@CopelandConsulting.Net>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Tom Lane <tgl@sss.pgh.pa.us>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Kevin Brown <kevin@sysexperts.com>
Re: PQnotifies() in 7.3 broken? Philip Warner <pjw@rhyme.com.au>
Re: PQnotifies() in 7.3 broken? Peter Eisentraut <peter_e@gmx.net>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Kevin Brown <kevin@sysexperts.com>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Kevin Brown <kevin@sysexperts.com>
Re: PQnotifies() in 7.3 broken? Peter Eisentraut <peter_e@gmx.net>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Tom Lane <tgl@sss.pgh.pa.us>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Lee Kindness <lkindness@csl.co.uk>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Tom Lane <tgl@sss.pgh.pa.us>
Re: PQnotifies() in 7.3 broken? Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Tom Lane <tgl@sss.pgh.pa.us>
Library Versions (was: PQnotifies() in 7.3 broken?) Lee Kindness <lkindness@csl.co.uk>
Library Versions (was: PQnotifies() in 7.3 broken?) Lee Kindness <lkindness@csl.co.uk>
Re: Library Versions (was: PQnotifies() in 7.3 broken?) Bruce Momjian <pgman@candle.pha.pa.us>
Re: Library Versions (was: PQnotifies() in 7.3 broken?) Bruce Momjian <pgman@candle.pha.pa.us>
Re: PQnotifies() in 7.3 broken? Peter Eisentraut <peter_e@gmx.net>
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 по дате отправления