Re: PQnotifies() in 7.3 broken? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: PQnotifies() in 7.3 broken?
Date
Msg-id 200212122124.gBCLOrq29387@candle.pha.pa.us
Whole thread Raw
In response to Re: PQnotifies() in 7.3 broken?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PQnotifies() in 7.3 broken?
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.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@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PQnotifies() in 7.3 broken?
Next
From: Tom Lane
Date:
Subject: Re: PQnotifies() in 7.3 broken?