Re: Simplify formatting.c

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Simplify formatting.c
Дата
Msg-id 20080614212942.GD8519@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Simplify formatting.c  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Simplify formatting.c
Список pgsql-patches
Bruce Momjian wrote:

> I moved str_initcap() over into oracle_compat.c and then had initcap()
> convert to/from TEXT to call it.  The code is a little weird because
> str_initcap() needs to convert to text to use texttowcs(), so in
> multibyte encodings initcap converts the string to text, then to char,
> then to text to call texttowcs().  I didn't see a cleaner way to do
> this.

Why not use wchar2char?  It seems there's room for extra cleanup here.

Also, the prototype of str_initcap in builtins.h looks out of place.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Tentative patch for making DROP put dependency info in DETAIL
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: relscan.h split