Re: this patch correct upper and lower case for translated month's and day's names - Mailing list pgsql-patches

From Tom Lane
Subject Re: this patch correct upper and lower case for translated month's and day's names
Date
Msg-id 5743.1164842034@sss.pgh.pa.us
Whole thread Raw
In response to this patch correct upper and lower case for translated month's and day's names  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Responses Re: this patch correct upper and lower case for translated month's and  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
List pgsql-patches
"Pavel Stehule" <pavel.stehule@hotmail.com> writes:
> this patch correct bug in to_char function with incorrect uppercased month's
> or day's name.

I still think this coding is unsafe in the case where the modified
string is longer than the original.  Also, could we please not duplicate
such a large chunk of code between here and oracle_compat.c?

            regards, tom lane

pgsql-patches by date:

Previous
From: "Pavel Stehule"
Date:
Subject: this patch correct upper and lower case for translated month's and day's names
Next
From: "Pavel Stehule"
Date:
Subject: Re: this patch correct upper and lower case for translated month's and