Jim Jones <[email protected]> wrote: > while reviewing another patch I noticed that REPACK is trying to access > temp tables from other sessions.
Thanks for the report. I agree that there's no reason for REPACK to get blocked on a lock of a table that it will not process anyway. However, as both VACUUM FULL and CLUSTER in PG 18 appear to have the same problem, I'm not sure your patch needs to be incorporated in the new feature. Adding a bug fix entry to the CF seems the appropriate action to me. -- Antonin Houska Web: https://www.cybertec-postgresql.com
