Re: dropping column prevented due to inherited index

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: dropping column prevented due to inherited index
Дата
Msg-id 20191004085714.GC1829@paquier.xyz
обсуждение исходный текст
Ответ на Re: dropping column prevented due to inherited index  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: dropping column prevented due to inherited index  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
On Thu, Oct 03, 2019 at 09:18:12AM -0300, Alvaro Herrera wrote:
> Hmm.  I wonder if we shouldn't adopt the coding pattern we've used
> elsewhere of collecting all columns to be dropped first into an
> ObjectAddresses array, then use performMultipleDeletions.

+1.  That's the common pattern these days, because that's more
performant.  I think that the patch should have regression tests.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Include RELKIND_TOASTVALUE in get_relkind_objtype
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: Re: refactoring - share str2*int64 functions