Re: dropping column prevented due to inherited index

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: dropping column prevented due to inherited index
Дата
Msg-id 20191010041337.GE1852@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 Wed, Oct 09, 2019 at 06:36:35AM -0300, Alvaro Herrera wrote:
> Right, something like that.  Needs a comment to explain what we do and
> how recursing=true correlates with addrs=NULL, I think.  Maybe add an
> assert.

Yes, that would be a thing to do.  So I have added more comments
regarding that aspect, an assertion, and more tests with a partitioned
table without any children, and an actual check that all columns have
been dropped in the leaves of the partition tree.  How does that look?
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Remove pqsignal() from libpq's official exports list.
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: maintenance_work_mem used by Vacuum