Re: PQnotifies() in 7.3 broken?
От
Peter Eisentraut
Тема
Re: PQnotifies() in 7.3 broken?
Дата
Msg-id
Pine.LNX.4.44.0212060002270.24957-100000@localhost.localdomain
Ответ на
Re: PQnotifies() in 7.3 broken? (Tom Lane)
Список
Дерево обсуждения
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>
Tom Lane writes: > It is not real clear to me whether we need a major version bump, rather > than a minor one. We *do* need to signal binary incompatibility. Who > can clarify the rules here? Strictly speaking, it's platform-dependent, but our shared library code plays a bit of abuse with it. What it comes down to is: If you change or remove an interface, increment the major version number. If you add an interface, increment the minor version number. If you did neither but changed the source code at all, increment the third version number, if we had one. To be thoroughly amused, read the libtool source. Grep for 'version_type'. -- Peter Eisentraut peter_e@gmx.net
В списке pgsql-hackers по дате отправления