File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -434,12 +434,12 @@ Full table repack
434
434
435
435
To perform a full table repack, pg_repack will:
436
436
437
- * create a log table for changes
438
- * create a trigger on the old table to log all changes to the table
437
+ * create a log table
438
+ * create a trigger on the old table to log all changes to the log table
439
439
* create a new table containing all data in the old table
440
440
* create all indexes on the new table
441
441
* apply all changes from the log table to the new table
442
- * switch all table files in the system catalog
442
+ * when the log table is empty, swap the table in the system catalog
443
443
* drop the old table
444
444
445
445
pg_repack will only acquire ACCESS EXCLUSIVE locks when creating the trigger and when
You can’t perform that action at this time.
0 commit comments