Re: 回复:how to create index concurrently on partitioned table - Mailing list pgsql-hackers

From Anastasia Lubennikova
Subject Re: 回复:how to create index concurrently on partitioned table
Date
Msg-id f7ca011b-06f7-eae9-df65-bbc4308bb898@postgrespro.ru
Whole thread Raw
In response to Re: 回复:how to create index concurrently on partitioned table  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 07.09.2020 04:58, Michael Paquier wrote:
> On Fri, Sep 04, 2020 at 09:51:13AM +0900, Michael Paquier wrote:
>> Glad to hear that, please take the time you need.
> Attached is a rebased version to address the various conflicts after
> 844c05a.
> --
> Michael
>
Thank you.

With the fix for the cycle in reindex_partitions() and new comments 
added, I think this patch is ready for commit.

-- 
Anastasia Lubennikova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company




pgsql-hackers by date:

Previous
From: Konstantin Knizhnik
Date:
Subject: Re: Improving connection scalability: GetSnapshotData()
Next
From: Laurenz Albe
Date:
Subject: Re: Change a constraint's index - ALTER TABLE ... ALTER CONSTRAINT ... USING INDEX ...