From: | Neil Conway <neilc(at)samurai(dot)com> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: casting zero-length strings |
Date: | 2004-02-19 20:14:23 |
Message-ID: | 873c96hlnk.fsf@mailbox.samurai.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> Either way, we should make them a WARNING for 7.5, then error in
> 7.6.
Ok, I'll make this change soon.
If we end up marking more 7.5 changes using this mechanism
(i.e. deprecate for 7.5, disallow for 7.6), we could use an #ifdef
symbol to mark all the changes that need to be made permanent for 7.6:
#ifdef 7_5_DEPRECATED_FUNCTIONALITY
...
#endif
Cheers,
Neil
From | Date | Subject | |
---|---|---|---|
Next Message | Nicolai Tufar | 2004-02-19 20:31:08 | Re: 7.4.1 release status - Turkish Locale |
Previous Message | Neil Conway | 2004-02-19 20:07:50 | Re: Design Documentation Help !! |