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

From: Thomas Lockhart <thomas(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/datetime.c backend ...
Date: 2001-01-18 07:22:43
Message-ID: 200101180722.f0I7MhA14097@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: thomas(at)hub(dot)org 01/01/18 02:22:43

Modified files:
src/backend/utils/adt: datetime.c formatting.c nabstime.c
timestamp.c
src/include/utils: datetime.h
src/test/regress/expected: interval.out

Log message:
Fix up "Postgres-style" time interval representation when fields have
mixed-signs. Previous effort left way too many minus signs, and was at
least as broken as the one before that :(
Clean up "ISO-style" time interval representation to omit zero fields if
there is at least one non-zero field. Supress some leading plus signs
when not necessary for clarity.
Replace every #ifdef __CYGWIN__ block with a cleaner TIMEZONE_GLOBAL macro
defined in datetime.h.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-01-18 07:29:04 pgsql/src/backend/catalog index.c
Previous Message Thomas Lockhart 2001-01-18 07:18:39 pgsql/doc/src/sgml libpq.sgml