yjhjstz commented on issue #989:
URL: https://github.com/apache/cloudberry/issues/989#issuecomment-2719613789

   ```c++
   /*
         * When Parallel index build,there is no additional operation to update 
the number of tuples
         * that supports this logic. Uniform processing is used here. 
         */ 
        if (progress)
        {
                seginfo = GetAllFileSegInfo(heapRelation, snapshot, 
&segfile_count, NULL);
                for (int seginfo_no = 0; seginfo_no < segfile_count; 
seginfo_no++)
                {
                        total_blockcount += seginfo[seginfo_no]->varblockcount;
                }
                pgstat_progress_update_param(PROGRESS_SCAN_BLOCKS_TOTAL, 
total_blockcount);
        }
   ```
   @reshke  this need to check, I will merge quick fix 
https://github.com/apache/cloudberry/pull/986. 
   issue keep open here. 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to