Re: pgsql: Add INET/CIDR operators: and, or, not, plus

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add INET/CIDR operators: and, or, not, plus
Date: 2006-02-11 16:29:50
Message-ID: 200602111629.k1BGToE08221@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> > Log Message:
> > -----------
> > Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet
> > minus inet.
>
> Shouldn't this commit have included a catversion.h bump?

Yes, just done. I mentioned it in the posting but forgot to do it on
commit.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-11 16:59:09 pgsql: Allow VACUUM to complete faster by avoiding scanning the indexes
Previous Message Bruce Momjian 2006-02-11 16:28:56 pgsql: Update catalog version for INET additions.