Re: PATCH: optimized DROP of multiple tables within a transaction - Mailing list pgsql-hackers

From Shigeru Hanada
Subject Re: PATCH: optimized DROP of multiple tables within a transaction
Date
Msg-id CAEZqfEdi52yfyZPrqgGA+4EQP7jW3dsaCFQet-sBNKyD7_QDbw@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: optimized DROP of multiple tables within a transaction  (Tomas Vondra <tv@fuzzy.cz>)
List 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 by date:

Previous
From: Josh Berkus
Date:
Subject: Re: PL/perl should fail on configure, not make
Next
From: Benedikt Grundmann
Date:
Subject: Re: Improve compression speeds in pg_lzcompress.c