Bruce Momjian <bruce(at)momjian(dot)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
In response to
pgsql-patches by date
| Next: | From: Zoltan Boszormenyi | Date: 2008-05-19 19:22:32 |
| Subject: Re: [HACKERS] WITH RECURSIVE patch V0.1 |
| Previous: | From: Guillaume Lelarge | Date: 2008-05-19 17:48:27 |
| Subject: Re: Patch to change psql default banner v6 |