Re: GROUPING - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GROUPING
Date
Msg-id 607.1432235870@sss.pgh.pa.us
Whole thread Raw
In response to Re: GROUPING  (David Fetter <david@fetter.org>)
List pgsql-hackers
David Fetter <david@fetter.org> writes:
> Also is there a really great reason that bitwise operations don't work
> on NUMERIC?  Lack of tuits is a good reason, but not, it seems to me,
> a great one.

Not sure that bitwise operations make too much sense on values that
are (a) possibly fractional and (b) inherently decimal not binary.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Float/Double cast to int
Next
From: Piotr Stefaniak
Date:
Subject: Fix misaligned access of ItemPointerData on ARM