Re: [HACKERS] Bug in to_timestamp(). - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [HACKERS] Bug in to_timestamp().
Date
Msg-id CA+TgmoZF2BvVJV8EC5XiAv_Jd8Pspn+2YnrWtGDVvLZ=wQykTQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Bug in to_timestamp().  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: [HACKERS] Bug in to_timestamp().  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
List pgsql-hackers
On Wed, Nov 29, 2017 at 10:50 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> On Thu, Nov 23, 2017 at 12:23 AM, Arthur Zakirov
> <a.zakirov@postgrespro.ru> wrote:
>> Messages have the following format now:
>>
>> SELECT to_timestamp('97/Feb/16', 'FXYY:Mon:DD');
>> ERROR:  unexpected character "/", expected ":"
>> HINT:  In FX mode, punctuation in the input string must exactly match the format string.
>
> Moved to next CF as this is fresh and got no reviews.

So is it now the case that all of the regression test cases in this
patch produce the same results as they would on Oracle?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] [PATCH] Call RelationDropStorage() for broader range ofobject drops.
Next
From: Andreas Karlsson
Date:
Subject: Re: Commit fest 2017-11