| From: | "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, 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-16 16:41:06 |
| Message-ID: | 20021216164106.GB81680@xs4all.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Patrick Macdonald | 2002-12-16 17:47:28 | Re: Big 7.4 items |
| Previous Message | Tom Lane | 2002-12-16 16:22:46 | pgsql-server/src backend/nodes/nodes.c backend ... |