pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple
Date
Msg-id 20090818212358.3DDD875331E@cvs.postgresql.org
Whole thread Raw
List 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:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        datetime.c (r1.118.2.12 -> r1.118.2.13)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.118.2.12&r2=1.118.2.13)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Pick up REGRESS_OPTS from contrib makefiles.