Re: Add test module for Table Access Method

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add test module for Table Access Method
Date: 2023-06-05 16:24:38
Message-ID: CAFcNs+qPD5U3vUzHxr2DGPgV_E14OpSj-ypoLk84QKN=Jux1=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jun 3, 2023 at 7:42 PM Fabrízio de Royes Mello <
fabriziomello(at)gmail(dot)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 Content-Type Size
v2-0001-Add-test-module-for-Table-Access-Method.patch text/x-patch 26.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2023-06-05 16:26:00 Re: Let's make PostgreSQL multi-threaded
Previous Message Morris de Oryx 2023-06-05 16:20:34 Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function