TID: <> operator

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: TID: <> operator
Date: 2006-02-26 03:00:58
Message-ID: 1140922858.8830.114.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 catversion.

Barring any objections I'll apply this tomorrow.

-Neil

Attachment Content-Type Size
tid_ne-1.patch text/x-patch 5.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2006-02-26 18:37:13 Re: TID: <> operator
Previous Message James Robinson 2006-02-25 18:47:44 Re: 2 line patch to allow plpythonu functions to return void ...