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

From [email protected] (Tom Lane)
Subject pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple
Date
Msg-id [email protected]
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

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        datetime.c (r1.208 -> r1.209)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.208&r2=1.209)
    pgsql/src/include/utils:
        timestamp.h (r1.80 -> r1.81)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/timestamp.h?r1=1.80&r2=1.81)

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Unaccent dictionary.
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple