pgsql/src backend/utils/adt/timestamp.c includ ...

From: thomas(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/timestamp.c includ ...
Date: 2002-01-12 04:38:39
Message-ID: 200201120438.g0C4cdo89099@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)org 02/01/11 23:38:38

Modified files:
src/backend/utils/adt: timestamp.c
src/include/catalog: pg_proc.h
src/test/regress/expected: horology.out
src/test/regress/sql: horology.sql

Log message:
Repair bugs in declarations of routines to add timestamptz and interval.
Thanks to Bruce for spotting it and Tom Lane for diagnosing it.
Since horology test output is changing anyway, add some date/time input
tests to horology.sql. Some of these should move to the tests for the
individual data types, and we perhaps should add an entire new test
for "timezone" to allow manipulating the current time zone without
risking damage to the results of other tests.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2002-01-12 18:06:53 pgsql/src/test/regress/expected horology-no-DS ...
Previous Message tgl 2002-01-11 23:21:56 pgsql/src/bin/pg_dump common.c pg_dump.c pg_dump.h