On Tue, Jan 17, 2012 at 12:38 AM, Fujii Masao 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 O
On Tue, Dec 13, 2011 at 2:16 PM, Brendan Jurd wrote:
> On 12 December 2011 15:59, Pavel Stehule wrote:
>> 2011/12/12 Brendan Jurd :
>>> I just bumped into a situation where I wanted to do a little macaddr
>>> arithmetic in postgres. I note that the inet type has support for
>>> bitwise AND, OR a
On 12 December 2011 15:59, Pavel Stehule wrote:
> 2011/12/12 Brendan Jurd :
>> I just bumped into a situation where I wanted to do a little macaddr
>> arithmetic in postgres. I note that the inet type has support for
>> bitwise AND, OR and NOT, as well as subtraction, but macaddr has none
>> of t
2011/12/12 Brendan Jurd :
> Hello folks,
>
> I just bumped into a situation where I wanted to do a little macaddr
> arithmetic in postgres. I note that the inet type has support for
> bitwise AND, OR and NOT, as well as subtraction, but macaddr has none
> of the above.
>
> These operations are eas
Hello folks,
I just bumped into a situation where I wanted to do a little macaddr
arithmetic in postgres. I note that the inet type has support for
bitwise AND, OR and NOT, as well as subtraction, but macaddr has none
of the above.
These operations are easy to perform in C, but relatively a pain