Hacker News new | ask | show | jobs
by kawsper 3030 days ago
Do you have any idea why their docs are not mentioning this, or even why their software aren't doing that itself?
1 comments

I haven't used pg_repack in production, but on my development box with PgSQL 10.x, if you end the process early, pg_repack will complain on the next run and ask you to clean up by dropping and re-adding the extension. Maybe this occurs in the wild if the cleanup code is not reached, for whatever reason.