Re: PQnotifies() in 7.3 broken?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Fernando Nasser <fnasser(at)redhat(dot)com>, Lee Kindness <lkindness(at)csl(dot)co(dot)uk>
Subject: Re: PQnotifies() in 7.3 broken?
Date: 2002-12-13 18:29:53
Message-ID: 200212131829.gBDITrC09546@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oliver Elphick wrote:
> On Fri, 2002-12-13 at 05:34, Bruce Momjian wrote:
> > Tom Lane wrote:
> > > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > > OK, so what do we do with 7.3.1. Increment major or minor?
> > >
> > > Major. I thought you did it already?
> >
> > I did only minor, which I knew was safe. Do folks realize this will
> > require recompile of applications by 7.3 users moving to 7.3.1? That
> > seems very drastic, and there have been very few problem reports about
> > the NOTIFY change.
>
> If the ABI is different, they need to recompile but don't have any
> indication of it. This is bad.
>
> If the major number changes, they can keep the old library around for
> the benefits of applications that have not yet been recompiled, while
> newly compiled applications can use the new library
>
> So please change it.

The point is that we are changing it for 7.3.1, so though 7.3 libpq is
almost identical to 7.3.1 libpq, we are going to bump the major and
force recompile. The binary API change was from 7.2 to 7.3, not 7.3 to
7.3.1. Do people still want a major bump in 7.3.1?

Clearly we should have bumped the major in 7.3, but we didn't.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-12-13 18:34:55 Re: PQnotifies() in 7.3 broken?
Previous Message Bruce Momjian 2002-12-13 18:27:53 Re: PQnotifies() in 7.3 broken?