pgsql: In the integer-datetimes case, date2timestamp and - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: In the integer-datetimes case, date2timestamp and
Date
Msg-id 20070926011042.751FE753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
In the integer-datetimes case, date2timestamp and date2timestamptz need
to check for overflow because the legal range of type date is actually
wider than timestamp's.  Problem found by Neil Conway.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        date.c (r1.135 -> r1.136)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/date.c?r1=1.135&r2=1.136)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that libpq's PQntuples() might overflow.