-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "-X" option to avoid waiting for other transactions
There was a conservative wait[1] for all existing transaction to finish before repacking a table. This may not be desired on a busy database on which you have long running transaction, which may block pg_repack to do the job. This option will display a warning message, but continues the process in such cases. [1] http://lists.pgfoundry.org/pipermail/reorg-general/2015-October/000318.html
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters