Re: Add test module for Table Access Method - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add test module for Table Access Method
Date
Msg-id ZRTR7uKogg3YLTFZ@paquier.xyz
Whole thread Raw
In response to Add test module for Table Access Method  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Responses Re: Add test module for Table Access Method
Re: Add test module for Table Access Method
List pgsql-hackers
On Sat, Jun 03, 2023 at 07:42:36PM -0400, Fabrízio de Royes Mello wrote:
> So in order to improve things a bit in this area I'm proposing to add a
> test module for Table Access Method similar what we already have for Index
> Access Method.
>
> This code is based on the "blackhole_am" implemented by Michael Paquier:
> https://github.com/michaelpq/pg_plugins/tree/main/blackhole_am

dummy_index_am has included from the start additional coverage for the
various internal add_*_reloption routines, that were never covered in
the core tree.  Except if I am missing something, I am not seeing some
of the extra usefulness for the patch you've sent here.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Eager page freeze criteria clarification
Next
From: David Rowley
Date:
Subject: Re: Set enable_seqscan doesn't take effect?