From 8e5092794612390acc1c4e130eba6c10729910ac Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Sun, 3 Jul 2016 22:42:17 +0300 Subject: [PATCH] Comment about VACUUM. --- bin/pg_repack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pg_repack.c b/bin/pg_repack.c index b4bb37f..8ccb1ae 100644 --- a/bin/pg_repack.c +++ b/bin/pg_repack.c @@ -66,6 +66,7 @@ const char *PROGRAM_VERSION = "unknown"; * https://github.com/reorg/pg_repack/issues/1 * d. open transactions/locks existing on other databases than the actual * processing relation (except for locks on shared objects) + * e. VACUUMs which are always executed outside transaction blocks. * * Note, there is some redundancy in how the filtering is done (e.g. excluding * based on pg_backend_pid() and application_name), but that shouldn't hurt