pgsql: Fix bug in our code when using to_timestamp() or to_date()

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in our code when using to_timestamp() or to_date()
Date: 2007-02-08 03:22:29
Message-ID: 20070208032229.048529FA304@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bug in our code when using to_timestamp() or to_date() without "TM".

Assume "TM" when input fields are variable-length, like month or day
names. This matches Oracle behavior.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
formatting.c (r1.118 -> r1.119)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.118&r2=1.119)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-08 03:56:42 pgsql: Document that wal_sync_method open_* methods use O_DIRECT, if
Previous Message Bruce Momjian 2007-02-07 23:22:38 Re: Re: [COMMITTERS] pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.