Re: PATCH: optimized DROP of multiple tables within a transaction

Поиск
Список
Период
Сортировка
От Shigeru Hanada
Тема Re: PATCH: optimized DROP of multiple tables within a transaction
Дата
Msg-id CAEZqfEdi52yfyZPrqgGA+4EQP7jW3dsaCFQet-sBNKyD7_QDbw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PATCH: optimized DROP of multiple tables within a transaction  (Tomas Vondra <tv@fuzzy.cz>)
Список pgsql-hackers
Hi Tomas,

On Wed, Jan 9, 2013 at 6:38 AM, Tomas Vondra <tv@fuzzy.cz> wrote:
>> Well, you need to ensure that the initial palloc is an array of that
>> size.
>
> Oh, right - I forgot to modify the palloc() call. Thanks for spotting
> this. Attached is a patch with increased threshold and fixed palloc call.

OK, both threshold and initial palloc were fixed correctly.

I'll mark this patch as "Ready for committer".
Good work! :-)

Regards,
-- 
Shigeru HANADA



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: PL/perl should fail on configure, not make
Следующее
От: Benedikt Grundmann
Дата:
Сообщение: Re: Improve compression speeds in pg_lzcompress.c