From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
Cc: | Jeff Davis <list-pgsql-general(at)dynworks(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Notify argument? |
Date: | 2002-03-20 20:27:56 |
Message-ID: | 200203202027.g2KKRu814341@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Neil Conway wrote:
> > Is it too difficult for it's usefulness?
>
> AFAICT it shouldn't be too difficult. However, there is a note in the
> TODO list referring to breaking backwards compatability with the
> "pgNotify API". Exactly how backwards compatible do we need to be?
The breakage will come when we lengthen NAMEDATALEN, which I plan to
tackle for 7.3. We will need to re-order the NOTIFY structure and put
the NAMEDATALEN string at the end of the struct so differing namedatalen
backend/clients will work. If you want to break it, 7.3 would probably
be the time to do it. :-) Users will need a recompile pre-7.3 to use
notify for 7.3 and later anyway.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Jan Wieck | 2002-03-20 20:36:09 | Re: ERROR:B heap_delete: (am)invalid tid |
Previous Message | Bruno Wolff III | 2002-03-20 19:36:39 | Re: zerofill: lost my leading zeroes |
From | Date | Subject | |
---|---|---|---|
Next Message | Igor Kovalenko | 2002-03-20 20:33:52 | Re: Fw: Fw: bad performance on irix |
Previous Message | Bruce Momjian | 2002-03-20 20:25:13 | Re: [HACKERS] Fixes gram.y |