25 июля 2024 г., в 09:55, Michael Paquier
написал(а):
On Sun, Jul 21, 2024 at 11:41:43AM +0100, Ilya Gladyshev wrote:
Forgot to update partition_relid in reindex_index in the second
patch. Fixed in attachment.
relid oid
- OID of the table on which the index is b
On Sun, Jul 21, 2024 at 11:41:43AM +0100, Ilya Gladyshev wrote:
> Forgot to update partition_relid in reindex_index in the second patch. Fixed
> in attachment.
relid oid
- OID of the table on which the index is being created.
+ OID of the table on which the com
Forgot to update partition_relid in reindex_index in the second patch. Fixed in attachment.
v2-0001-make-REINDEX-track-partition-progress.patch
Description: Binary data
v2-0002-partition_relid-column-for-create-index-progress.patch
Description: Binary data
21 июля 2024 г., в 01:49, Ilya Gladyshe
19 июля 2024 г., в 04:17, Michael Paquier
написал(а):
On Fri, Jul 12, 2024 at 11:07:49PM +0100, Ilya Gladyshev wrote:
While working on CIC for partitioned tables [1], I noticed that
REINDEX for
partitioned tables is not tracking keeping progress of partitioned
tables,
so I'm creating a se
On Fri, Jul 12, 2024 at 11:07:49PM +0100, Ilya Gladyshev wrote:
> While working on CIC for partitioned tables [1], I noticed that REINDEX for
> partitioned tables is not tracking keeping progress of partitioned tables,
> so I'm creating a separate thread for this fix as suggested.
This limitation
Hi,
While working on CIC for partitioned tables [1], I noticed that REINDEX
for partitioned tables is not tracking keeping progress of partitioned
tables, so I'm creating a separate thread for this fix as suggested.
The way REINDEX for partitioned tables works now ReindexMultipleInternal
tre