Re: why there is not VACUUM FULL CONCURRENTLY?
Antonin Houska <ah@cybertec.at>
From: Antonin Houska <ah@cybertec.at>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Junwang Zhao <zhjwpku@gmail.com>,
Kirill Reshke <reshkekirill@gmail.com>,
Pavel Stehule <pavel.stehule@gmail.com>,
Michael Paquier <michael@paquier.xyz>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-01-13T13:48:31Z
Lists: pgsql-hackers
Attachments
Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > On 2025-Jan-09, Antonin Houska wrote: > > > It seems you accidentally fixed another problem :-) I was referring to the > > 'lockmode' argument of make_new_heap(). I can try to write a patch for that > > but ... > > > > > Meanwhile the patch 0004 has some seemingly trivial conflicts. If you > > > want to rebase, I'd appreciate that. In the meantime I'll give a look > > > at the next two other API changes. This is the patch series rebased on top of the commit cc811f92ba. I haven't addressed the problem of a new command yet - for that I'd like to see some sort of consensus, so that I do not have to do all the related changes many times. -- Antonin Houska Web: https://www.cybertec-postgresql.com
Commits
-
Add CONCURRENTLY option to REPACK
- 28d534e2ae0a 19 (unreleased) landed
-
Introduce the REPACK command
- ac58465e0618 19 (unreleased) landed
-
Adjust signature of cluster_rel() and its subroutines
- cc811f92bac5 18.0 landed
-
Simplify signature of RewriteTable
- ebd8fc7e47fd 18.0 cited