Skip to content

Commit

Permalink
wordsmithing - suggested by @xzilla (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasscherbaum authored Apr 1, 2023
1 parent 0d9d0ed commit edf1a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/pg_repack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ Reorg Options
with the ``--table`` or ``--parent-table`` options.

``-T SECS``, ``--wait-timeout=SECS``
pg_repack needs to take one exclusive lock at the beginning and and one
exclusive lock at the end of the reorganization. This setting controls
pg_repack needs to take one exclusive lock at the beginning as well as one
exclusive lock at the end of the repacking process. This setting controls
how many seconds pg_repack will wait to acquire this lock. If the lock
cannot be taken after this duration and ``--no-kill-backend`` option is
not specified, pg_repack will forcibly cancel the conflicting queries.
Expand Down

0 comments on commit edf1a9c

Please sign in to comment.