We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0ef95 commit 8e50927Copy full SHA for 8e50927
bin/pg_repack.c
@@ -66,6 +66,7 @@ const char *PROGRAM_VERSION = "unknown";
66
* https://github.com/reorg/pg_repack/issues/1
67
* d. open transactions/locks existing on other databases than the actual
68
* processing relation (except for locks on shared objects)
69
+ * e. VACUUMs which are always executed outside transaction blocks.
70
*
71
* Note, there is some redundancy in how the filtering is done (e.g. excluding
72
* based on pg_backend_pid() and application_name), but that shouldn't hurt
0 commit comments