Skip to content

Commit 8e50927

Browse files
author
Alexander Korotkov
committed
Comment about VACUUM.
1 parent 3b0ef95 commit 8e50927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/pg_repack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const char *PROGRAM_VERSION = "unknown";
6666
* https://github.com/reorg/pg_repack/issues/1
6767
* d. open transactions/locks existing on other databases than the actual
6868
* processing relation (except for locks on shared objects)
69+
* e. VACUUMs which are always executed outside transaction blocks.
6970
*
7071
* Note, there is some redundancy in how the filtering is done (e.g. excluding
7172
* based on pg_backend_pid() and application_name), but that shouldn't hurt

0 commit comments

Comments
 (0)