Re: CREATE INDEX CONCURRENTLY on partitioned index
Alexander Pyhalov <a.pyhalov@postgrespro.ru>
From: Alexander Pyhalov <a.pyhalov@postgrespro.ru>
To: pgsql-hackers@lists.postgresql.org
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, Michael Paquier <michael@paquier.xyz>, 李杰(慎追) <adger.lj@alibaba-inc.com>, 曾文旌(义从) <wenjing.zwj@alibaba-inc.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, Justin Pryzby <pryzby@telsasoft.com>
Date: 2022-06-29T08:01:37Z
Lists: pgsql-hackers
Attachments
- v3-0005-Mark-intermediate-partitioned-indexes-as-valid.patch (text/x-diff) patch v3-0005
- v3-0004-ReindexPartitions-to-set-indisvalid.patch (text/x-diff) patch v3-0004
- v3-0003-Try-to-fix-create-index-progress-report.patch (text/x-diff) patch v3-0003
- v3-0002-Add-SKIPVALID-flag-for-more-integration.patch (text/x-diff) patch v3-0002
- v3-0001-Allow-CREATE-INDEX-CONCURRENTLY-on-partitioned-table.patch (text/x-diff) patch v3-0001
Justin Pryzby писал 2022-06-28 21:33: > Hi, > > On Thu, Feb 10, 2022 at 06:07:08PM +0300, Alexander Pyhalov wrote: >> I've rebased patches and tried to fix issues I've seen. I've fixed >> reference >> after table_close() in the first patch (can be seen while building >> with >> CPPFLAGS='-DRELCACHE_FORCE_RELEASE'). > Rebased patches on the current master. They still require proper review. -- Best regards, Alexander Pyhalov, Postgres Professional
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix assertion failure with REINDEX and event triggers
- c426f7c2b36a 17.0 cited