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

From Fabrízio de Royes Mello
Subject Add test module for Table Access Method
Date
Msg-id CAFcNs+pcU2ib=jvjNZNboD+M2tHO+vD77C_YZJ2rsGR0Tp35mg@mail.gmail.com
Whole thread Raw
Responses Re: Add test module for Table Access Method
Re: Add test module for Table Access Method
List pgsql-hackers

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

Regards,

--
Fabrízio de Royes Mello
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Avoid unused value (src/fe_utils/print.c)
Next
From: Kirk Wolak
Date:
Subject: Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function