Re: [PATCHES] <> operator

2006-02-26 Thread Qingqing Zhou
"Neil Conway" <[EMAIL PROTECTED]> wrote > Attached is a patch that implements <> for the tid type. This is based > on a patch submitted by Mark Kirkwood in October of 2005. I added some > regression tests, avoided unnecessarily renumbering a few OIDs in the > system catalogs, and bumped the catver

Re: [PATCHES] 2 line patch to allow plpythonu functions to return

2006-02-26 Thread Neil Conway
Tom Lane wrote: This sort of thing normally requires more thought than just removing the safety check. What happens when the python code does/doesn't return a value, in both cases (declared return type void or not)? Attached is a more complete patch: - if the function is declared to return vo

Re: [PATCHES] TID: <> operator

2006-02-26 Thread Neil Conway
On Sat, 2006-02-25 at 22:00 -0500, Neil Conway wrote: > Attached is a patch that implements <> for the tid type. This is based > on a patch submitted by Mark Kirkwood in October of 2005. I added some > regression tests, avoided unnecessarily renumbering a few OIDs in the > system catalogs, and bump