Re: [BUGS] BUG #14681: Erroneous modulo (%) result

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14681: Erroneous modulo (%) result
Дата
Msg-id 15342.1496324724@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14681: Erroneous modulo (%) result  (marc@daelemans.com)
Список pgsql-bugs
marc@daelemans.com writes:
> select i, i&11 as j from generate_series ( 1, 100 ) i ;
> generates correct results on Win7 SP1, x64; 16GB machine, and
> erroneous results on another PC (Win8.1, x64, GB RAM). 

I'm suspicious that you have some extension that redefines the & operator
and is installed on just one of the two machines.  Running "\do &" in
psql on both systems would be informative.
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

В списке pgsql-bugs по дате отправления:

Предыдущее
От: ray.warren@artsalliancemedia.com
Дата:
Сообщение: [BUGS] BUG #14683: *** glibc detected *** SELECT: double free or corruption
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] [BUGS] Concurrent ALTER SEQUENCE RESTART Regression