Re: REINDEX not updating partition progress

2024-07-25 Thread Ilya Gladyshev
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

Re: REINDEX not updating partition progress

2024-07-25 Thread 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 being created. + OID of the table on which the com

Re: REINDEX not updating partition progress

2024-07-21 Thread Ilya Gladyshev
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

Re: REINDEX not updating partition progress

2024-07-20 Thread Ilya Gladyshev
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

Re: REINDEX not updating partition progress

2024-07-18 Thread 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 separate thread for this fix as suggested. This limitation

REINDEX not updating partition progress

2024-07-12 Thread Ilya Gladyshev
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