Re: [HACKERS] Dropping a partitioned table takes too long

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] Dropping a partitioned table takes too long
Дата
Msg-id CA+TgmoaYOTP1A27wo-G9Jbp41YeEK78zuCjnq8Nn-pW_LShY0Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Dropping a partitioned table takes too long  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Dropping a partitioned table takes too long
Список pgsql-hackers
On Wed, Apr 26, 2017 at 12:22 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> On Tue, Apr 25, 2017 at 10:05 PM, Amit Langote
>> <Langote_Amit_f8@lab.ntt.co.jp> wrote:
>>> Your patch seems to be a much better solution to the problem, thanks.
>
>> Does anyone wish to object to this patch as untimely?
>
>> If not, I'll commit it.
>
> It's certainly not untimely to address such problems.  What I'm wondering
> is if we should commit both patches.  Avoiding an unnecessary heap_open
> is certainly a good thing, but it seems like the memory leak addressed
> by the first patch might still be of concern in other scenarios.

I will defer to you on that.  If you think that patch is a good idea,
please have at it.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [HACKERS] some review comments on logical rep code