Thread: pgsql-server/src/backend/utils/adt timestamp.c

pgsql-server/src/backend/utils/adt timestamp.c

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/09/03 18:55:55

Modified files:
    src/backend/utils/adt: timestamp.c

Log message:
    EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp
    case for timestamptz input, and differently wrong answers in the float-
    timestamp case for timestamp input.