Re: PQnotifies() in 7.3 broken?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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 05:07:07
Message-ID: 200212130507.gBD578p16344@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


OK, so what do we do with 7.3.1. Increment major or minor?

---------------------------------------------------------------------------

pgman wrote:
> Tom Lane wrote:
> > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > Tom Lane wrote:
> > >> Wrong --- if you need a recompile then it's not binary-compatible, so
> > >> it should be a major version bump.
> >
> > > But the previous poster said only API changes were reasons to bump the
> > > major, right?
> >
> > Yes. He meant *binary* API changes, though, ie, anything that would
> > break extant executables originally linked to the prior version of the
> > shared library.
>
> Just for clarification --- don't most/all our releases make a binary
> change that needs are compile? Actually, you are saying a recompile of
> the client, right? Yes, we do those rarely, and in 7.3, for the NOTIFY
> structure change. What we do often is want old binaries to use our new
> libraries. That isn't a major bump requirement, right?
>
> --
> 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

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-12-13 05:31:07 Re: Creating a zero-column table
Previous Message Philip Warner 2002-12-13 03:11:05 Re: Creating a zero-column table