Re: Add test module for Table Access Method
Jelte Fennema-Nio <postgres@jeltef.nl>
From: Jelte Fennema-Nio <postgres@jeltef.nl>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>, Michael Paquier <michael@paquier.xyz>, Fabrízio de Royes Mello <fabriziomello@gmail.com>
Date: 2024-01-15T14:40:30Z
Lists: pgsql-hackers
On Mon, 15 Jan 2024 at 14:26, Aleksander Alekseev <aleksander@timescale.com> wrote: > To be fair, Postgres uses TAM internally, so there is at least one > complete and up-to-date real-life example. Sure, but that one is quite hard to follow if you don't already know lots of details of the heap storage. At least for me, having a minimal example was extremely helpful and it made for a great code skeleton to start from.