Re: Arithmetic operators for macaddr type - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Arithmetic operators for macaddr type
Date
Msg-id CA+Tgmoaa+bAZuH-o3K6_HRE=xZf7JCWR+ccR5_fF_xWkg+Jqfg@mail.gmail.com
Whole thread Raw
In response to Re: Arithmetic operators for macaddr type  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
On Tue, Jan 17, 2012 at 12:38 AM, Fujii Masao <masao.fujii@gmail.com> wrote:
>> Here is a patch for $SUBJECT.  I merely added support for ~, & and |
>> operators for the macaddr type.  The patch itself is rather trivial,
>> and includes regression tests and a doc update.
>
> The patch looks fine except that it uses the OIDs already used in pg_proc.h.
> Attached is the updated version of the patch, which fixes the above problem.

That same problem came back into existence, so I fixed it again, added
a catversion bump, and committed this.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: logging in high performance systems.
Next
From: Heikki Linnakangas
Date:
Subject: Re: WIP: index support for regexp search