Re: small parallel restore optimization

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: small parallel restore optimization
Дата
Msg-id 49B3086C.5080106@dunslane.net
обсуждение исходный текст
Ответ на Re: small parallel restore optimization  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

Tom Lane wrote:
> ohp@pyrenet.fr writes:
>   
>> the only thing I could come  with is a calloc(1,12) that seems to alloc 
>> mem for filename, in that case sdewitte.dmp; so  the alloc is not counting 
>> the null char at the end.
>>     
>
> Where do you see that?  The memtool dump you sent doesn't show it AFAICS.
>
>             
>   

And the only copying of the filename that I can find is done with strdup().

cheers

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Redefine _() to dgettext() instead of gettext() so that it uses
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Redefine _() to dgettext() instead of gettext() so that it uses