Re: [v15] ALTER TABLE ... SET ACCESS METHOD - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: [v15] ALTER TABLE ... SET ACCESS METHOD
Date
Msg-id 20210506044045.GE27406@telsasoft.com
Whole thread Raw
In response to [v15] ALTER TABLE ... SET ACCESS METHOD  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: [v15] ALTER TABLE ... SET ACCESS METHOD
List pgsql-hackers
On Wed, May 05, 2021 at 08:45:50PM -0700, Jeff Davis wrote:
> The attached patch implements ALTER TABLE ... SET ACCESS METHOD.
> 
> For simplicity, I used the normal alter table path, ATRewriteTable(),
> which does not follow the stricter isolation semantics that VACUUM FULL
> follows. If someone thinks that's unacceptable, please let me know.

Why doees your patch say v15?
It's nearly the same as my pre-existing patch, so should merge them.

https://commitfest.postgresql.org/33/3020/

-- 
Justin



pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: RFC: Detailed reorder buffer stats dumps
Next
From: Jeff Davis
Date:
Subject: Re: [v15] ALTER TABLE ... SET ACCESS METHOD