Re: [patch,rfc] binary operators on integers

From: Marko Kreen <marko(at)l-t(dot)ee>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [patch,rfc] binary operators on integers
Date: 2000-10-12 20:30:48
Message-ID: 20001012223047.B12777@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 12, 2000 at 09:34:05PM +0200, Peter Eisentraut wrote:
> Well, what are we going to do with this? I think we should take it.
> Since I encouraged him to write it, I'd volunteer to take care of it.

Nice :)

> We might want to change the bitxor operator to # (or at least something
> distinct from ^) as well, for consistency.

Note that a sent a updated patch to pgsql-patches, which had
added <<, >> operators and the gram.y stuff removed. But there
I changed the xor operator to '^'. So I can send updated patch
where xor='#', when this was lost? pg_operator.h was there more
cleaner too.

--
marko

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Moschuk 2000-10-12 20:47:53 Re: Core dump
Previous Message Bruce Momjian 2000-10-12 20:25:08 Re: possible constraint bug?