| From: | Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com> |
|---|---|
| To: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Add test module for Table Access Method |
| Date: | 2023-06-03 23:42:36 |
| Message-ID: | CAFcNs+pcU2ib=jvjNZNboD+M2tHO+vD77C_YZJ2rsGR0Tp35mg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| 0001-Add-test-module-for-Table-Access-Method.patch | text/x-patch | 25.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kirk Wolak | 2023-06-04 03:10:19 | Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function |
| Previous Message | Michael Paquier | 2023-06-03 22:42:57 | Re: Avoid unused value (src/fe_utils/print.c) |