Re: Arithmetic operators for macaddr type

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Brendan Jurd <direvus(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Arithmetic operators for macaddr type
Date: 2012-01-19 20:26:08
Message-ID: CA+Tgmoaa+bAZuH-o3K6_HRE=xZf7JCWR+ccR5_fF_xWkg+Jqfg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 17, 2012 at 12:38 AM, Fujii Masao <masao(dot)fujii(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-01-19 20:30:20 Re: WIP: index support for regexp search
Previous Message Robert Haas 2012-01-19 19:35:00 Re: logging in high performance systems.