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

From vignesh C
Subject Re: Add test module for Table Access Method
Date
Msg-id CALDaNm2-QPfKe-rd-t7OT=Q++VTjpHJTPiG_htwL0m0Q--GD3w@mail.gmail.com
Whole thread Raw
In response to Re: Add test module for Table Access Method  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Thu, 28 Sept 2023 at 10:23, Michael Paquier <michael@paquier.xyz> wrote:
>
> 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.

I have changed the status of commitfest entry to "Returned with
Feedback" as Michael's comments have not yet been resolved. Please
handle the comments and update the commitfest entry accordingly.

Regards,
Vignesh



pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Add connection active, idle time to pg_stat_activity
Next
From: vignesh C
Date:
Subject: Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys)