Re: libpq API incompatibility between 7.4 and 8.0

From: Martin Pitt <mpitt(at)debian(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: libpq API incompatibility between 7.4 and 8.0
Date: 2005-02-07 19:05:11
Message-ID: 20050207190511.GA23458@box79162.elkhouse.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Hi!

Tom Lane [2005-02-03 11:12 -0500]:
> Martin Pitt <mpitt(at)debian(dot)org> writes:
> >> I am thinking the easiest solution will be to re-add get_progname() to
> >> 8.0.X and bump the major for 8.1.
>
> > Seconded. Then we don't need another library version, and it is still
> > not necessary to drag this get_progname accident forever.
>
> We're going to stop dragging the accident now, not a year from now.
>
> Putting get_progname back into libpq would require re-adding all of
> path.c, which creates many more issues than just adjusting
> SO_MAJOR_VERSION would do.

The consensus seems to be to just bump the SONAME. The next one will
definitively be "4" then? I would like to fix this in my packages
before I announce them for public testing, but this issue is the only
blocker to it.

Will there be a new bugfix release soon?

Thanks for your work and have a nice day!

Martin

--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntulinux.org
Debian GNU/Linux Developer http://www.debian.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martin Pitt 2005-02-07 19:55:58 Re: libpq API incompatibility between 7.4 and 8.0
Previous Message pgsql 2005-02-07 18:28:04 Re: Query optimizer 8.0.1 (and 8.0)

Browse pgsql-patches by date

  From Date Subject
Next Message Martin Pitt 2005-02-07 19:55:58 Re: libpq API incompatibility between 7.4 and 8.0
Previous Message Bruce Momjian 2005-02-07 17:55:52 Re: again: add collation support function