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

From Fabrízio de Royes Mello
Subject Re: Add test module for Table Access Method
Date
Msg-id CAFcNs+qPD5U3vUzHxr2DGPgV_E14OpSj-ypoLk84QKN=Jux1=A@mail.gmail.com
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
List pgsql-hackers


On Sat, Jun 3, 2023 at 7:42 PM Fabrízio de Royes Mello <fabriziomello@gmail.com> wrote:
>
>
> Hi all,
>
> During the PGCon Unconference session about Table Access Method one missing item pointed out is that currently we lack documentation and examples of TAM.
>
> 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
>

Just added some more tests, ran pgindent and also organized a bit some comments and README.txt.

Regards,

--
Fabrízio de Royes Mello
Attachment

pgsql-hackers by date:

Previous
From: Morris de Oryx
Date:
Subject: Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function
Next
From: Ranier Vilela
Date:
Subject: Re: Let's make PostgreSQL multi-threaded