Re: BUG #14681: Erroneous modulo (%) result

From: Andres Freund <andres(at)anarazel(dot)de>
To: marc(at)daelemans(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14681: Erroneous modulo (%) result
Date: 2017-05-31 22:37:49
Message-ID: 20170531223749.p6spzrgwtb3n2k65@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2017-05-31 21:45:47 +0000, marc(at)daelemans(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 14681
> Logged by: Marc Daelemans
> Email address: marc(at)daelemans(dot)com
> PostgreSQL version: 9.6.3
> Operating system: Win8.1 x64
> Description:
>
> select i, i&11 as j from generate_series ( 1, 100 ) i ;

Thats not the modulo operator? You're binary bitwise and-ing i and the
number 11 here.

> generates correct results on Win7 SP1, x64; 16GB machine, and
> erroneous results on another PC (Win8.1, x64, GB RAM).

Which results are you getting, and what you expecting?

Greetings,

Andres Freund

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2017-05-31 22:49:10 Re: BUG #14681: Erroneous modulo (%) result
Previous Message Alvaro Herrera 2017-05-31 22:37:01 Re: BUG #14681: Erroneous modulo (%) result