Re: Amcheck verification of GiST and GIN

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Amcheck verification of GiST and GIN
Date: 2022-07-23 09:40:44
Message-ID: 3B0B8641-83B4-492C-B447-7F5C3956ACA7@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 26 Jun 2022, at 00:10, Andrey Borodin <x4mmm(at)yandex-team(dot)ru> wrote:
>
> I will split the patch in 3 steps:
> 1. extract generic functions to amcheck.c
> 2. add gist functions
> 3. add gin functions
>
> I'll fix other notes too in the next version.

Done. PFA attached patchset.

Thanks!

Best regards, Andrey Borodin.

Attachment Content-Type Size
v12-0001-Refactor-amcheck-to-extract-common-locking-routi.patch application/octet-stream 27.8 KB
v12-0002-Add-gist_index_parent_check-function-to-verify-G.patch application/octet-stream 25.5 KB
v12-0003-Add-gin_index_parent_check-to-verify-GIN-index.patch application/octet-stream 31.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-07-23 09:58:19 Re: Use "WAL segment" instead of "log segment" consistently in user-facing messages
Previous Message Heikki Linnakangas 2022-07-23 09:34:54 Re: Avoiding smgrimmedsync() during nbtree index builds