pgsql/src/backend/utils/adt formatting.c

From: thomas(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt formatting.c
Date: 2002-01-04 15:49:48
Message-ID: 200201041549.g04Fnma66212@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/04 10:49:47

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

Log message:
Have to_date() call timestamptz_date() per Karel's email instructions.
Fixes time zone problems introduced by Thomas' implementation of
TIMESTAMP WITHOUT TIME ZONE which caused the behavior of the previously
appropriate routine, timestamp_date(), to change for the worse in this
context.

Browse pgsql-committers by date

  From Date Subject
Next Message thomas 2002-01-04 17:02:41 pgsql/doc/src/sgml datatype.sgml datetime.sgml
Previous Message momjian 2002-01-04 05:50:27 pgsql/src/backend/utils/misc postgresql.conf.s ...