BUG #14379: Different results

From: pq(at)lengkeek(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14379: Different results
Date: 2016-10-18 15:25:50
Message-ID: 20161018152550.1413.6439@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14379
Logged by: Bart Lengkeek
Email address: pq(at)lengkeek(dot)com
PostgreSQL version: 9.4.9
Operating system: Windows/Linux
Description:

The following query:

SELECT '2147483648'::cid;

Returns '2147483648' on Linux server (9.5.1) and '2147483647' (=INT32_MAX)
on windows server (9.4.9 and 9.5.4).

Not sure if this is a bug. I thought it surprising that results differ. I
couldn't see any uint32 to int32 conversion in a fast scan of the source.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-10-18 16:04:18 Re: BUG #14379: Different results
Previous Message digoal 2016-10-18 07:57:33 BUG #14378: when drop schema, standby will do many more than primary, and very slow, it's a bug?