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

From Jeroen T. Vermeulen
Subject Re: PQnotifies() in 7.3 broken?
Date
Msg-id 20021216164106.GB81680@xs4all.nl
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
On Mon, Dec 16, 2002 at 11:01:00AM -0500, Bruce Momjian wrote:
> 
> New question --- didn't we change the externally visible PGNotify
> structure in libpq-fe.h in 7.3, and as returned by PQnotifies:

Speaking of which, what if user relies on sizeof(PGnotify::relname)?
That code will recompile without any problems, but it won't actually
work as expected.  So in a way, the change may require more than a
simple recompile.


Jeroen



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PQnotifies() in 7.3 broken?
Next
From: Patrick Macdonald
Date:
Subject: Re: Big 7.4 items