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

From Tom Lane
Subject Re: PQnotifies() in 7.3 broken?
Date
Msg-id 13962.1040055151@sss.pgh.pa.us
Whole thread Raw
In response to Re: PQnotifies() in 7.3 broken?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: PQnotifies() in 7.3 broken?
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> meaning if ecpg references PGnotify, should it have a new major number
> too,

No, because PGnotify is *not part of ecpg's API*.

The ecpg library, when compiled, will show a dependency on the new major
number for libpq.  That does not mean that applications linked to ecpg
need to be recompiled.  They don't (unless they depend directly on libpq
too).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PQnotifies() in 7.3 broken?
Next
From: Bruce Momjian
Date:
Subject: Re: PQnotifies() in 7.3 broken?