Re: DROP INDEX CONCURRENTLY on partitioned index

2021-07-24 Thread Justin Pryzby
On Wed, Jul 14, 2021 at 09:18:12PM +0530, vignesh C wrote: > The patch does not apply on Head anymore, could you rebase and post a > patch. I'm changing the status to "Waiting for Author". I'm withdrawing this patch at least until the corresponding patch for CIC is progressed. https://commitfest.

Re: DROP INDEX CONCURRENTLY on partitioned index

2021-07-14 Thread vignesh C
On Wed, Oct 28, 2020 at 6:14 AM Justin Pryzby wrote: > > Forking this thread, since the existing CFs have been closed. > https://www.postgresql.org/message-id/flat/20200914143102.GX18552%40telsasoft.com#58b1056488451f8594b0f0ba40996afd > > On Mon, Sep 14, 2020 at 09:31:03AM -0500, Justin Pryzby wr

Re: DROP INDEX CONCURRENTLY on partitioned index

2021-03-05 Thread Michael Paquier
On Fri, Mar 05, 2021 at 09:27:05AM -0500, David Steele wrote: > It appears there are still some issues to be resolved with this patch, but > the next step seems to be for you to have a look at Justin's most recent > patch. Not sure if I'll be able to do that by the end of this month. Looking quic

Re: DROP INDEX CONCURRENTLY on partitioned index

2021-03-05 Thread David Steele
Hi Michael, On 10/27/20 8:44 PM, Justin Pryzby wrote: 3. I have a patch which changes index_drop() to "expand" a partitioned index into its list of children. Each of these becomes a List: | indexId, heapId, userIndexRelation, userHeapRelation, heaplocktag, heaprelid, indexrelid The same pro