We have a table and we run pg_repack on it. We noticed that the access to the table occurs through SeqScan. And the COPY command uses Parallel SeqScan. The table goes through pg_repack in 45 minutes, and if you copy it using COPY, then in 15. Is there an opportunity to add Parallel SeqScan to pg_repack? And if not, why?