Re: pgsql: Implement the <> operator for the tid type.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Implement the <> operator for the tid type.
Date: 2006-02-28 22:42:26
Message-ID: 2627.1141166546@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

neilc(at)postgresql(dot)org (Neil Conway) writes:
> Implement the <> operator for the tid type. Original patch from Mark
> Kirkwood, minor improvements by Neil Conway. The regression tests have
> been updated and the catversion has been bumped.

I noticed a minor oversight in this patch: the tideq and tidne operators
are each others' negators and should be so labeled. I corrected this in
passing in the just-committed shell type patch.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Kgrittn 2006-02-28 22:42:58 fsutil - fsutil: Initial load onto pgfoundry.
Previous Message Tom Lane 2006-02-28 22:37:28 pgsql: Allow the syntax CREATE TYPE foo, with no parameters, to permit