Re: amcheck: support for GiST

2025-07-11 Thread Andrey Borodin
> On 30 Jun 2025, at 16:34, Andrey Borodin wrote: > > Please find attached two new steps for amcheck: > 1. A function to verify GiST integrity. This patch is in decent shape, simply > rebased from previous year. > 2. Support on pg_amcheck's side for this function. This patch did not receive >

amcheck: support for GiST

2025-06-30 Thread Andrey Borodin
Hello hackers! In PG19 we made a step in improving amcheck and added GIN support. This is a thread that continues previous work [0]. Please find attached two new steps for amcheck: 1. A function to verify GiST integrity. This patch is in decent shape, simply rebased from previous year. 2. Suppor