pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple
Date: 2009-08-18 21:23:36
Message-ID: 20090818212336.09A8475331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use. Per bug report from Hubert Depesz
Lubaczewski.

Alex Hunsaker

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
datetime.c (r1.174.2.6 -> r1.174.2.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.174.2.6&r2=1.174.2.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-08-18 21:23:43 pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple
Previous Message Tom Lane 2009-08-18 21:23:28 pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple