Re: Rename StrNCpy to avoid conflictions on win32

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Rename StrNCpy to avoid conflictions on win32
Дата
Msg-id 1252319296.29289.24.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на Re: Rename StrNCpy to avoid conflictions on win32  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Rename StrNCpy to avoid conflictions on win32  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Mon, 2009-09-07 at 11:36 +0200, Magnus Hagander wrote:
> On Mon, Sep 7, 2009 at 04:40, Itagaki
> Takahiro<itagaki.takahiro@oss.ntt.co.jp> wrote:
> > There might be some places to replace it to strlcpy() instead.
> 
> Can't comment on that without looking at the code, but it wouldn't surprise me.

There are some performance tradeoffs between these variants, and we
already did change all (most?) of the not performance-critical calls to
strlcpy a while ago.



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Rename StrNCpy to avoid conflictions on win32
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: Triggers on columns