Re: pgsql: Implement the <> operator for the tid type. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Implement the <> operator for the tid type.
Date
Msg-id 2627.1141166546@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Implement the <> operator for the tid type.  (neilc@postgresql.org (Neil Conway))
List pgsql-committers
neilc@postgresql.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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allow the syntax CREATE TYPE foo, with no parameters, to permit
Next
From: kgrittn@pgfoundry.org (User Kgrittn)
Date:
Subject: fsutil - fsutil: Initial load onto pgfoundry.