Re: alter table set TABLE ACCESS METHOD - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: alter table set TABLE ACCESS METHOD
Date
Msg-id 96b4aa732b2c976f6252e0af4892b8a951964daf.camel@j-davis.com
Whole thread Raw
In response to Re: alter table set TABLE ACCESS METHOD  (Michael Paquier <michael@paquier.xyz>)
Responses Re: alter table set TABLE ACCESS METHOD
List pgsql-hackers
On Sat, 2021-06-05 at 08:45 +0900, Michael Paquier wrote:
> One thing I am wondering is if we should have a dummy_table_am in
> src/test/modules/ to be able to stress more this feature.  That does
> not seem like a hard requirement, but relying only on heap limits a
> bit the coverage of this feature even if one changes
> default_table_access_method.

I agree that a dummy AM would be good, but implementing even a dummy AM
is a fair amount of work. Also, there are many potential variations, so
we'd probably need several.

The table AM API is a work in progress, and I think it will be a few
releases (and require a few more table AMs in the wild) to really nail
down the API.

Regards,
    Jeff Davis





pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: installcheck failure in indirect_toast with default_toast_compression = lz4
Next
From: Jeff Davis
Date:
Subject: Re: Make unlogged table resets detectable