Re: pg_do_encoding_conversion glitch

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: pg_do_encoding_conversion glitch
Дата
Msg-id 20081111094111.7BDD.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: pg_do_encoding_conversion glitch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_do_encoding_conversion glitch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Do you have a proposal for a different API, or do you just want to
> improve the comment for the function?  Bear in mind that a lot of the
> callers do know the string length, and so we shouldn't impose an
> unnecessary strlen() operation on those cases.

We already have the following comment, so I think a new comment is
not needed. 
| In the case of no conversion, src is returned.

Since Assert() is not available in the case, developers should use
the function carefully after all. My patch might be fixed, too...
| "Solve a problem of LC_TIME of windows"
| http://archives.postgresql.org/message-id/20081104094301.7EE8.52131E4D@oss.ntt.co.jp

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade project status
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch for ISO-8601-Interval Input and output.