Re: lc_time and localized dates - Mailing list pgsql-patches

From Tom Lane
Subject Re: lc_time and localized dates
Date
Msg-id 8339.1211220612@sss.pgh.pa.us
Whole thread Raw
In response to Re: lc_time and localized dates  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> I have fixed all these items and the updated patch is at:
>     ftp://momjian.us/pub/postgresql/mypatches/lc_time

Applied with further fixes --- mostly, ensure that it doesn't leave a
crash-inducing corrupted cache if strdup() returns NULL, and make the
str_initcap routine respect current string conversion methods.
(str_initcap was outright wrong anyway since it assumed the output
must be the same byte length as the input.)

            regards, tom lane

pgsql-patches by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Patch to change psql default banner v6
Next
From: Zoltan Boszormenyi
Date:
Subject: Re: [HACKERS] WITH RECURSIVE patch V0.1