Re: Amcheck verification of GiST and GIN

From: Andrey Borodin <amborodin86(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)bowt(dot)ie>, Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>
Cc: Jose Arthur Benetasso Villanova <jose(dot)arthur(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Amcheck verification of GiST and GIN
Date: 2023-02-06 00:44:53
Message-ID: CAAhFRxgMVSyQmc36j+yG5o9XBdSVHPh4fDxzPPrCo+OEQ9uZzw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Feb 4, 2023 at 1:37 PM Andrey Borodin <amborodin86(at)gmail(dot)com> wrote:
>
> I tried adding support of GiST in pg_amcheck, but it is largely
> assuming the relation is either heap or B-tree. I hope to do that part
> tomorrow or in nearest future.
>

Here's v24 == (v23 + a step for pg_amcheck). There's a lot of
shotgun-style changes, but I hope next index types will be easy to add
now.

Adding Mark to cc, just in case.

Thanks!

Best regards, Andrey Borodin.

Attachment Content-Type Size
v24-0004-Add-GiST-support-to-pg_amcheck.patch application/octet-stream 30.7 KB
v24-0001-Refactor-amcheck-to-extract-common-locking-routi.patch application/octet-stream 18.6 KB
v24-0002-Add-gist_index_check-function-to-verify-GiST-ind.patch application/octet-stream 28.5 KB
v24-0003-Add-gin_index_parent_check-to-verify-GIN-index.patch application/octet-stream 32.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2023-02-06 00:46:31 Re: Weird failure with latches in curculio on v15
Previous Message Michael Paquier 2023-02-06 00:35:16 Re: Add progress reporting to pg_verifybackup